Skip to content

Commit

Permalink
Upgrade rake and nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Dec 4, 2019
1 parent 5a25e7e commit df837a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ group :development do
gem "aruba", "~> 0.14"
gem "capybara", "~> 3.29"
gem "cucumber", "~> 3.1"
gem "rake", "~> 12.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.2"
gem "rubocop", "0.53.0"
gem "test-unit"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -59,9 +59,9 @@ GEM
mini_portile2 (2.4.0)
multi_json (1.14.1)
multi_test (0.1.2)
nokogiri (1.10.5)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.5-java)
nokogiri (1.10.7-java)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
Expand All @@ -72,7 +72,7 @@ GEM
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.0.0)
rake (12.3.3)
rake (13.0.1)
regexp_parser (1.6.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand Down Expand Up @@ -118,7 +118,7 @@ DEPENDENCIES
benchmark-ips
capybara (~> 3.29)
cucumber (~> 3.1)
rake (~> 12.0)
rake (~> 13.0)
rspec (~> 3.2)
rubocop (= 0.53.0)
simplecov!
Expand Down

0 comments on commit df837a8

Please sign in to comment.