From 32abf52930a9bc867c43b2c526be4fbfea882f64 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 14 May 2019 12:49:01 -0700 Subject: Gemfile: update json for ruby24 Signed-off-by: Robin H. Johnson --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4292802..cbaf5aa 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3-65-gdbad