neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.39k stars 276 forks source link

Ruby 3.0 support #1646

Closed klobuczek closed 3 years ago

klobuczek commented 3 years ago

Fixes https://github.com/neo4jrb/activegraph/issues/1645

codecov-io commented 3 years ago

Codecov Report

Merging #1646 (18fae5b) into master (75c6c13) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1646   +/-   ##
=======================================
  Coverage   93.93%   93.93%           
=======================================
  Files         126      126           
  Lines        5736     5737    +1     
=======================================
+ Hits         5388     5389    +1     
  Misses        348      348           
Impacted Files Coverage Δ
lib/active_graph/migrations/runner.rb 90.35% <100.00%> (+0.08%) :arrow_up:
lib/active_graph/node/validations.rb 96.66% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 75c6c13...18fae5b. Read the comment docs.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 18fae5b3 and detected 0 issues on this pull request.

View more on Code Climate.