Skip to content

Commit

Permalink
update capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Dec 6, 2016
1 parent 8b8248c commit f2d6883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end

group :development, :test do
gem "byebug", "~> 9.0.6"
gem "capybara", "~> 2.10.2"
gem "capybara", "~> 2.11.0"
gem "pry", "~> 0.10.4"
gem "rails-dummy", "~> 0.0.4"
gem "rspec-rails", "~> 3.5.2"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (6.5.3)
autoprefixer-rails (6.5.3.1)
execjs
bcrypt (3.1.11)
bcrypt-ruby (3.1.5)
Expand All @@ -81,7 +81,7 @@ GEM
sass (>= 3.3.4)
builder (3.2.2)
byebug (9.0.6)
capybara (2.10.2)
capybara (2.11.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
sixarm_ruby_unaccent (>= 1.1.1, < 2)
multi_json (1.12.1)
multi_test (0.1.2)
multi_xml (0.5.5)
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (1.2.1)
nokogiri (1.6.8.1)
Expand Down Expand Up @@ -385,7 +385,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.13.5)
byebug (~> 9.0.6)
capybara (~> 2.10.2)
capybara (~> 2.11.0)
codeclimate-test-reporter
coffeelint (~> 1.14.0)
coveralls (~> 0.8.16)
Expand Down

0 comments on commit f2d6883

Please sign in to comment.