Skip to content

Commit

Permalink
Bump nokogiri from 1.11.0 to 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 18, 2021
1 parent 56c45df commit c5a75f7
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 @@ -12,7 +12,7 @@ gem "haml"
gem "haml-rails"
gem 'listen'
gem 'newrelic_rpm'
gem 'nokogiri', '~> 1.11.0'
gem 'nokogiri', '~> 1.11.4'
gem "omniauth"
gem 'omniauth-github'
gem 'octokit'
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,11 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.5.0)
mini_portile2 (2.5.1)
minitest (5.14.1)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand All @@ -149,7 +151,7 @@ GEM
ruby2_keywords (~> 0.0.1)
newrelic_rpm (6.12.0.367)
nio4r (2.5.2)
nokogiri (1.11.0)
nokogiri (1.11.4)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
oauth2 (1.4.4)
Expand Down Expand Up @@ -314,7 +316,7 @@ DEPENDENCIES
jquery-rails
listen
newrelic_rpm
nokogiri (~> 1.11.0)
nokogiri (~> 1.11.4)
octokit
omniauth
omniauth-github
Expand Down

0 comments on commit c5a75f7

Please sign in to comment.