Skip to content

Commit

Permalink
Merge pull request #52 from adr29truck/dependabot/bundler/nokogiri-1.…
Browse files Browse the repository at this point in the history
…11.0

Bump nokogiri from 1.10.1 to 1.11.0
  • Loading branch information
adr29truck authored Mar 17, 2021
2 parents 9a76a27 + c26b3f5 commit 616dfb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gem 'capybara'
gem 'dotenv'
gem 'nokogiri', '1.10.1'
gem 'nokogiri', '1.11.0'
gem 'selenium-webdriver'
gem 'sinatra'

Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
diff-lcs (1.4.4)
dotenv (2.7.6)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
minitest-reporters (1.4.2)
ansi
Expand All @@ -26,9 +26,11 @@ GEM
ruby-progressbar
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.11.0)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
Expand Down Expand Up @@ -72,7 +74,7 @@ DEPENDENCIES
dotenv
minitest
minitest-reporters
nokogiri (= 1.10.1)
nokogiri (= 1.11.0)
rake (>= 12.3.3)
rspec
selenium-webdriver
Expand Down

0 comments on commit 616dfb6

Please sign in to comment.