Skip to content

Commit

Permalink
Merge pull request #27 from mislav/dependabot/bundler/nokogiri-1.13.2
Browse files Browse the repository at this point in the history
Bump nokogiri from 1.12.5 to 1.13.2
  • Loading branch information
mislav committed Mar 9, 2022
2 parents 6727874 + e5e632a commit 708a10e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -39,7 +39,7 @@ gem 'omniauth-facebook'
gem 'fickle-ruby', '~> 1.0'

group :extras do
gem 'nokogiri', '~> 1.12.5'
gem 'nokogiri', '~> 1.13.2'
gem 'nibbler', '~> 1.3' #, :path => '/Users/mislav/Projects/nibbler'
gem 'addressable', '~> 2.8'
gem 'faraday', '~> 0.8.9'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -118,7 +118,7 @@ GEM
mingo (0.6.0)
mongo (>= 1.3, < 2.0)
mini_mime (1.0.0)
mini_portile2 (2.6.1)
mini_portile2 (2.8.0)
minitest (5.14.4)
mongo (1.12.5)
bson (= 1.12.5)
Expand All @@ -134,10 +134,10 @@ GEM
mingo (>= 0.2)
rack
nibbler (1.3.0)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
nokogiri (1.13.2-x86_64-linux)
racc (~> 1.4)
oauth (0.5.6)
oauth2 (1.4.0)
Expand Down Expand Up @@ -273,7 +273,7 @@ DEPENDENCIES
mongo-rails-instrumentation
never-forget
nibbler (~> 1.3)
nokogiri (~> 1.12.5)
nokogiri (~> 1.13.2)
omniauth-facebook
omniauth-twitter
rack-cache
Expand Down

0 comments on commit 708a10e

Please sign in to comment.