Skip to content

Commit

Permalink
simplified config for e2e_test
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Sep 25, 2024
1 parent 2e486c8 commit 4e7f303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/activegraph.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Usage: rails new myapp -m activegraph.rb

gem 'activegraph', ENV[ACTIVEGRAPH_PATH]&.then { |path| { path: } } || '>= 11.1'
gem 'activegraph', ENV['ACTIVEGRAPH_PATH']&.then { |path| { path: } } || '>= 11.1'

gem_group :development do
gem 'neo4j-rake_tasks'
Expand Down

0 comments on commit 4e7f303

Please sign in to comment.