Sha256: 42b7f9027a52b58d9c578a5f985a7355d49e731d5325aa2f6761e5b35931ec4b
Contents?: true
Size: 503 Bytes
Versions: 5
Compression:
Stored size: 503 Bytes
Contents
source 'http://rubygems.org' gemspec #gem 'neo4j-core', github: 'neo4jrb/neo4j-core', branch: 'master' #gem 'neo4j-core', git: 'https://github.com/neo4jrb/neo4j-core' #gem 'orm_adapter', :path => '../orm_adapter' gem 'coveralls', require: false group 'development' do gem 'pry' gem 'os' # for neo4j-server rake task gem 'rake' gem 'yard' end group 'test' do gem 'simplecov', require: false gem 'simplecov-html', require: false gem "rspec", '~> 2.0' gem "its" gem "test-unit" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
neo4j-4.0.0 | Gemfile |
neo4j-4.0.0.rc.4 | Gemfile |
neo4j-4.0.0.rc.3 | Gemfile |
neo4j-4.0.0.rc.1 | Gemfile |
neo4j-3.0.4 | Gemfile |