From 9a5f7b1578d3b1d4cc1e39b6ee5ea7b92fd56009 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Thu, 6 Oct 2016 16:26:49 -0700 Subject: [PATCH] Set json gem version for ruby 1.9 --- Gemfile | 3 ++- gemfiles/2.6.gemfile | 2 ++ gemfiles/2.7.gemfile | 2 ++ gemfiles/master.gemfile | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7542fb0..6bf9949 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source "https://rubygems.org" gemspec -gem "mime-types", "< 3.0", platforms: [:ruby_19, :jruby_19] \ No newline at end of file +gem "mime-types", "< 3.0", platforms: [:ruby_19, :jruby_19] +gem "json", "< 2.0", :platforms=>[:ruby_19, :jruby_19] diff --git a/gemfiles/2.6.gemfile b/gemfiles/2.6.gemfile index 3bb4776..fbd8399 100644 --- a/gemfiles/2.6.gemfile +++ b/gemfiles/2.6.gemfile @@ -3,6 +3,8 @@ source "https://rubygems.org" gem "mime-types", "< 3.0", :platforms=>[:ruby_19, :jruby_19] +gem "json", "< 2.0", :platforms=>[:ruby_19, :jruby_19] + gem "capybara", "~> 2.6.0" gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/2.7.gemfile b/gemfiles/2.7.gemfile index c7f7848..19fbf8e 100644 --- a/gemfiles/2.7.gemfile +++ b/gemfiles/2.7.gemfile @@ -3,6 +3,8 @@ source "https://rubygems.org" gem "mime-types", "< 3.0", :platforms=>[:ruby_19, :jruby_19] +gem "json", "< 2.0", :platforms=>[:ruby_19, :jruby_19] + gem "capybara", "~> 2.7.0" gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/master.gemfile b/gemfiles/master.gemfile index 43e8d55..4765268 100644 --- a/gemfiles/master.gemfile +++ b/gemfiles/master.gemfile @@ -3,6 +3,8 @@ source "https://rubygems.org" gem "mime-types", "< 3.0", :platforms=>[:ruby_19, :jruby_19] +gem "json", "< 2.0", :platforms=>[:ruby_19, :jruby_19] + gem "capybara", :github=>"jnicklas/capybara" gemspec :path=>"../" \ No newline at end of file