diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 17 |
2 files changed, 4 insertions, 17 deletions
@@ -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 |