remove test_after_commit (debian has new major version)

This commit is contained in:
Praveen Arimbrathodiyil 2016-10-01 10:25:36 +05:30
parent 2c1fbc7a73
commit acd121d1cc

View file

@ -2,7 +2,7 @@ Bundler will fail when it can't find these locally
--- a/Gemfile
+++ b/Gemfile
@@ -245,90 +245,33 @@
@@ -245,90 +245,32 @@
gem 'influxdb', '~> 0.2', require: false
end
@ -86,6 +86,8 @@ Bundler will fail when it can't find these locally
- gem 'email_spec', '~> 1.6.0'
- gem 'json-schema', '~> 2.6.2'
- gem 'webmock', '~> 1.21.0'
- gem 'test_after_commit', '~> 0.4.2'
- gem 'sham_rack', '~> 1.3.6'
+ gem 'capybara', '~> 2.5'
+ gem 'capybara-screenshot', '~> 1.0'
+ gem 'poltergeist', '~> 1.9'
@ -95,8 +97,6 @@ Bundler will fail when it can't find these locally
+ gem 'email_spec', '~> 1.6'
+ gem 'json-schema', '~> 2.6', '>= 2.6.2'
+ gem 'webmock', '~> 1.21'
gem 'test_after_commit', '~> 0.4.2'
- gem 'sham_rack', '~> 1.3.6'
+ gem 'sham_rack', '~> 1.3', '>= 1.3.6'
gem 'timecop', '~> 0.8.0'
end