Skip to content

Commit

Permalink
modify gemfile and gemspec to use neo4j-core 5.0.0.rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed May 21, 2015
1 parent b1fd5dd commit 6cefe91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gemspec

gem 'neo4j-core', github: 'neo4jrb/neo4j-core', branch: 'master'
# gem 'neo4j-core', github: 'neo4jrb/neo4j-core', branch: 'master'
# gem 'neo4j-core', path: '../neo4j-core'

# gem 'active_attr', github: 'neo4jrb/active_attr', branch: 'performance'
Expand Down
2 changes: 1 addition & 1 deletion neo4j.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks h
s.add_dependency('activemodel', '~> 4')
s.add_dependency('activesupport', '~> 4')
s.add_dependency('active_attr', '~> 0.8')
s.add_dependency('neo4j-core', '>= 5.0.0')
s.add_dependency('neo4j-core', '>= 5.0.0.rc.1')
s.add_dependency('neo4j-community', '~> 2.0') if RUBY_PLATFORM =~ /java/
s.add_development_dependency('railties', '~> 4')
s.add_development_dependency('pry')
Expand Down

0 comments on commit 6cefe91

Please sign in to comment.