diff options
-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 |