Skip to content

Commit

Permalink
Merge 3873f94 into 94971e1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 25, 2019
2 parents 94971e1 + 3873f94 commit fa8b6f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -43,7 +43,7 @@ group :development, :test do
# => and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.12'
gem 'capybara', '~> 3.13'
gem 'selenium-webdriver'
end

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -42,15 +42,15 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
arel (9.0.0)
bcrypt (3.1.12)
bindex (0.5.0)
builder (3.2.3)
byebug (10.0.2)
cancancan (2.3.0)
capybara (3.12.0)
capybara (3.13.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -129,13 +129,13 @@ GEM
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
netrc (0.11.0)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
pg (1.1.3)
public_suffix (3.0.3)
Expand Down Expand Up @@ -253,7 +253,7 @@ PLATFORMS
DEPENDENCIES
byebug
cancancan (~> 2.3)
capybara (~> 3.12)
capybara (~> 3.13)
coffee-rails (~> 4.2)
coveralls
devise
Expand Down

0 comments on commit fa8b6f3

Please sign in to comment.