diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-05-14 12:49:01 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-05-14 12:50:45 -0700 |
commit | 32abf52930a9bc867c43b2c526be4fbfea882f64 (patch) | |
tree | e518c073ba7438cd2d636a5177558f18bb5dbdf0 | |
parent | Update links (diff) | |
download | security-32abf52930a9bc867c43b2c526be4fbfea882f64.tar.gz security-32abf52930a9bc867c43b2c526be4fbfea882f64.tar.bz2 security-32abf52930a9bc867c43b2c526be4fbfea882f64.zip |
Gemfile: update json for ruby2420190514T194932Z
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ source 'https://rubygems.org' gem 'nokogumbo', :git => 'https://github.com/robbat2/nokogumbo', :branch => 'gentoo', :submodules => true gem 'sinatra' gem 'sinatra-partial' -gem 'json' +gem 'json', '>=1.8.6' gem 'nokogiri' gem 'thin' gem 'sanitize', '~>4.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index a6b0a6d..39b4096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM crass (1.0.2) daemons (1.2.1) eventmachine (1.0.7) - json (1.8.2) + json (1.8.6) mini_portile (0.6.2) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) @@ -40,7 +40,7 @@ PLATFORMS ruby DEPENDENCIES - json + json (>= 1.8.6) nokogiri nokogumbo! sanitize (~> 4.4.0) @@ -49,4 +49,4 @@ DEPENDENCIES thin BUNDLED WITH - 1.13.7 + 1.17.3 |