neo4jrb / activegraph

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

Don't use local path for the activegraph gem #1617

Closed ekampp closed 4 years ago

ekampp commented 4 years ago

This is referenced in the official installation documentation. It should not assume that there is any gems installed in local paths.

Alternatively, the -B option should be added to the documentation, and information added there as well about how to fix the Gemfile befire running bundle install.

codecov-commenter commented 4 years ago

Codecov Report

Merging #1617 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1617   +/-   ##
=======================================
  Coverage   94.02%   94.02%           
=======================================
  Files         126      126           
  Lines        5727     5727           
=======================================
  Hits         5385     5385           
  Misses        342      342           

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 26f6562...1902677. Read the comment docs.

klobuczek commented 4 years ago

@ekampp Thanks. This was a glitch. It should've never been committed.