summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2022-05-28 22:10:09 -0500
committerJohn Helmert III <ajak@gentoo.org>2022-05-28 22:10:09 -0500
commit0dc190fc8c68d2dab71cec1446d81c9b2fb34161 (patch)
treecad52ead5b39d47dc2617cb57a0452b05a6f85ce
parentUpdate Gemfile.lock (diff)
downloadsecurity-0dc190fc8c68d2dab71cec1446d81c9b2fb34161.tar.gz
security-0dc190fc8c68d2dab71cec1446d81c9b2fb34161.tar.bz2
security-0dc190fc8c68d2dab71cec1446d81c9b2fb34161.zip
Update locked dependencies, drop nokogumbo20220529T031250Z
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock17
2 files changed, 4 insertions, 17 deletions
diff --git a/Gemfile b/Gemfile
index cbaf5aa..7df6660 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,10 +1,8 @@
source 'https://rubygems.org'
-# This contains build fixes that upstream merged but reverted for no reason.
-gem 'nokogumbo', :git => 'https://github.com/robbat2/nokogumbo', :branch => 'gentoo', :submodules => true
gem 'sinatra'
gem 'sinatra-partial'
gem 'json', '>=1.8.6'
gem 'nokogiri'
gem 'thin'
-gem 'sanitize', '~>4.4.0'
+gem 'sanitize'
diff --git a/Gemfile.lock b/Gemfile.lock
index 5a3c210..5c60aa8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,12 +1,3 @@
-GIT
- remote: https://github.com/robbat2/nokogumbo
- revision: 3748a7e00b02978f1c55e4c5a7e01ade93df098e
- branch: gentoo
- submodules: true
- specs:
- nokogumbo (1.4.13)
- nokogiri
-
GEM
remote: https://rubygems.org/
specs:
@@ -25,10 +16,9 @@ GEM
rack-protection (2.2.0)
rack
ruby2_keywords (0.0.5)
- sanitize (4.4.0)
+ sanitize (6.0.0)
crass (~> 1.0.2)
- nokogiri (>= 1.4.4)
- nokogumbo (~> 1.4.1)
+ nokogiri (>= 1.12.0)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
@@ -48,8 +38,7 @@ PLATFORMS
DEPENDENCIES
json (>= 1.8.6)
nokogiri
- nokogumbo!
- sanitize (~> 4.4.0)
+ sanitize
sinatra
sinatra-partial
thin