Skip to content

Commit

Permalink
Merge pull request #106 from ivgiuliani/dependabot/bundler/nokogiri-1…
Browse files Browse the repository at this point in the history
….8.2

Bump nokogiri from 1.8.1 to 1.8.2
  • Loading branch information
ivgiuliani authored Mar 22, 2018
2 parents 657876b + 1449eef commit 7da0701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "levenshtein-ffi", "~> 1.1.0", require: "levenshtein"
gem "nokogiri", "~> 1.8.1"
gem "nokogiri", "~> 1.8.2"
gem "prius", "~> 2.0"
gem "rufus-scheduler", "~> 3.4.2"
gem "sentry-raven", "~> 2.7.2", require: "sentry-raven-without-integrations"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
minitest (5.10.3)
multipart-post (2.0.0)
netrc (0.11.0)
nokogiri (1.8.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
opus-ruby (1.0.1)
ffi
Expand Down Expand Up @@ -120,7 +120,7 @@ DEPENDENCIES
discordrb (~> 3.2.1)
factory_bot (~> 4.8.2)
levenshtein-ffi (~> 1.1.0)
nokogiri (~> 1.8.1)
nokogiri (~> 1.8.2)
prius (~> 2.0)
rake
rspec (~> 3.7.0)
Expand Down

0 comments on commit 7da0701

Please sign in to comment.