relax capybara, add ruby-sham-rack

This commit is contained in:
Praveen Arimbrathodiyil 2016-09-18 19:58:09 +05:30
parent 3f3f10222b
commit 8a692aaf0c
2 changed files with 3 additions and 2 deletions

View file

@ -82,7 +82,7 @@ Bundler will fail when it can't find these locally
- gem 'flog', '~> 4.3.2', require: false
- gem 'flay', '~> 2.6.1', require: false
- gem 'bundler-audit', '~> 0.5.0', require: false
+ gem 'capybara', '~> 2.6', '>= 2.6.2'
+ gem 'capybara', '~> 2.5'
+ gem 'capybara-screenshot', '~> 1.0'
+ gem 'poltergeist', '~> 1.9'
+
@ -124,7 +124,7 @@ Bundler will fail when it can't find these locally
+ 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'
end
-group :production do

View file

@ -15,5 +15,6 @@ Depends: @,
ruby-email-spec,
ruby-ffaker,
ruby-json-schema,
ruby-sham-rack,
phantomjs
Restrictions: needs-root