Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Set json gem version for ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Oct 6, 2016
1 parent 165cc99 commit 9a5f7b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,4 +1,5 @@
source "https://rubygems.org"

gemspec
gem "mime-types", "< 3.0", platforms: [:ruby_19, :jruby_19]
gem "mime-types", "< 3.0", platforms: [:ruby_19, :jruby_19]
gem "json", "< 2.0", :platforms=>[:ruby_19, :jruby_19]
2 changes: 2 additions & 0 deletions gemfiles/2.6.gemfile
Expand Up @@ -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=>"../"
2 changes: 2 additions & 0 deletions gemfiles/2.7.gemfile
Expand Up @@ -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=>"../"
2 changes: 2 additions & 0 deletions gemfiles/master.gemfile
Expand Up @@ -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=>"../"

0 comments on commit 9a5f7b1

Please sign in to comment.