mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
Merge pull request #23 from samsonjs/dependabot/bundler/nokogiri-1.10.4
Bump nokogiri from 1.8.1 to 1.10.4
This commit is contained in:
commit
3acd4f78db
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -4,7 +4,7 @@ gem 'builder', '~> 3.2'
|
|||
gem 'css_parser', '~> 1.3'
|
||||
gem 'htmlentities', '~> 4.3'
|
||||
gem 'mustache', '~> 1.0'
|
||||
gem 'nokogiri', '~> 1.8'
|
||||
gem 'nokogiri', '~> 1.10'
|
||||
gem 'rdiscount', '~> 2.1'
|
||||
gem 'sinatra', '~> 1.4'
|
||||
|
||||
|
|
|
|||
|
|
@ -31,11 +31,11 @@ GEM
|
|||
ruby_dep (~> 1.2)
|
||||
lumberjack (1.0.12)
|
||||
method_source (0.9.0)
|
||||
mini_portile2 (2.3.0)
|
||||
mini_portile2 (2.4.0)
|
||||
mustache (1.0.5)
|
||||
nenv (0.3.0)
|
||||
nokogiri (1.8.1)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
nokogiri (1.10.4)
|
||||
mini_portile2 (~> 2.4.0)
|
||||
notiffany (0.1.1)
|
||||
nenv (~> 0.1)
|
||||
shellany (~> 0.0)
|
||||
|
|
@ -81,7 +81,7 @@ DEPENDENCIES
|
|||
guard-rspec (~> 4.6)
|
||||
htmlentities (~> 4.3)
|
||||
mustache (~> 1.0)
|
||||
nokogiri (~> 1.8)
|
||||
nokogiri (~> 1.10)
|
||||
rdiscount (~> 2.1)
|
||||
rspec (~> 3.3)
|
||||
sinatra (~> 1.4)
|
||||
|
|
|
|||
Loading…
Reference in a new issue