Sha256: bf3cd2c03433ebf9edfbae6730d9ae458e89e4f708b23310bf36b55c829314b7
Contents?: true
Size: 513 Bytes
Versions: 2
Compression:
Stored size: 513 Bytes
Contents
source 'http://rubygems.org' gemspec gem 'neo4j-core', github: 'neo4jrb/neo4j-core', branch: '5.1.x' # gem 'neo4j-core', path: '../neo4j-core' # gem 'active_attr', github: 'neo4jrb/active_attr', branch: 'performance' # gem 'active_attr', path: '../active_attr' group 'test' do gem 'coveralls', require: false gem 'codecov', require: false gem 'simplecov', require: false gem 'simplecov-html', require: false gem 'rspec', '~> 2.0' gem 'its' gem 'test-unit' gem 'overcommit' gem 'colored' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
neo4j-5.1.0.rc.2 | Gemfile |
neo4j-5.1.0.rc.1 | Gemfile |