Skip to content

Commit

Permalink
update capybara to 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jun 12, 2017
1 parent 9e18939 commit c97c00f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

group :development, :test do
gem "byebug", "~> 9.0.6"
gem "capybara", "~> 2.14.1"
gem "capybara", "~> 2.14.2"
gem "pry", "~> 0.10.4"
gem "rails-dummy", "~> 0.0.4"
gem "rspec-rails", "~> 3.6.0"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
sass (>= 3.3.4)
builder (3.2.3)
byebug (9.0.6)
capybara (2.14.1)
capybara (2.14.2)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
faraday (0.11.0)
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
globalid (0.4.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -176,7 +176,7 @@ GEM
jwt (1.5.6)
loofah (2.0.3)
nokogiri (>= 1.5.9)
mail (2.6.5)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (3.1)
Expand All @@ -193,8 +193,8 @@ GEM
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
oauth (0.5.3)
oauth2 (1.3.1)
faraday (>= 0.8, < 0.12)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
Expand Down Expand Up @@ -370,7 +370,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.15.1)
byebug (~> 9.0.6)
capybara (~> 2.14.1)
capybara (~> 2.14.2)
codeclimate-test-reporter
coffeelint (~> 1.16.0)
coveralls (~> 0.8.21)
Expand Down

0 comments on commit c97c00f

Please sign in to comment.