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 /Gemfile | |
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>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 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' |