bump capybara

pull/5323/head
Jens Ulferts 8 years ago
parent 0d9454cdb0
commit a82acd6500
No known key found for this signature in database
GPG Key ID: 3CAA4B1182CF5308
  1. 2
      Gemfile
  2. 8
      Gemfile.lock

@ -189,7 +189,7 @@ group :test do
# More information: https://github.com/rspec/rspec-rails/issues/1644
gem 'rails-controller-testing', git: 'https://github.com/rails/rails-controller-testing/'
gem 'capybara', '~> 2.8.1'
gem 'capybara', '~> 2.13.0'
gem 'capybara-screenshot', '~> 1.0.14'
gem 'fuubar', '~> 2.2.0'
gem 'capybara-select2', git: 'https://github.com/goodwill/capybara-select2', ref: '585192e'

@ -154,7 +154,8 @@ GEM
activerecord (>= 3.0)
acts_as_tree (2.6.1)
activerecord (>= 3.0.0)
addressable (2.4.0)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
airbrake (5.1.0)
airbrake-ruby (~> 1.1)
airbrake-ruby (1.5.0)
@ -176,7 +177,7 @@ GEM
thor (~> 0.19)
builder (3.2.3)
byebug (9.0.5)
capybara (2.8.1)
capybara (2.13.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
@ -394,6 +395,7 @@ GEM
pry-stack_explorer (0.4.9.2)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
public_suffix (2.0.5)
rabl (0.13.0)
activesupport (>= 2.3.14)
rack (2.0.1)
@ -608,7 +610,7 @@ DEPENDENCIES
awesome_nested_set (~> 3.1.1)
bcrypt (~> 3.1.6)
bourbon (~> 4.3.4)
capybara (~> 2.8.1)
capybara (~> 2.13.0)
capybara-ng (~> 0.2.7)
capybara-screenshot (~> 1.0.14)
capybara-select2!

Loading…
Cancel
Save