Gemfile in neo4j-7.1.3 vs Gemfile in neo4j-7.1.4

- old
+ new

@@ -11,22 +11,21 @@ # gem 'active_attr', path: '../active_attr' gem 'listen', '< 3.1' if RUBY_VERSION.to_f < 2.2 - gem 'activemodel', '~> 4' - gem 'activesupport', '~> 4' - gem 'railties', '~> 4' + gem 'activemodel', '~> 4.2' + gem 'activesupport', '~> 4.2' + gem 'railties', '~> 4.2' end group 'test' do gem 'coveralls', require: false if RUBY_VERSION.to_f < 2.0 gem 'tins', '< 1.7' gem 'overcommit', '< 0.35.0' else gem 'overcommit' - gem 'activesupport', '>= 4.2' end gem 'codecov', require: false gem 'simplecov', require: false gem 'simplecov-html', require: false gem 'rspec', '~> 3.4'