Navigation Menu

Skip to content

Commit

Permalink
Use git branch v1.8 for json gem for ruby >= 2.4 and aciverecord 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javornikolov committed Dec 30, 2016
1 parent c2ded22 commit fd61a08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gemfiles/Gemfile.activerecord-4.1
Expand Up @@ -17,5 +17,9 @@ group :test, :development do

platforms :ruby, :mswin, :mingw do
gem 'ruby-oci8', '~> 2.1'

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.4.0')
gem 'json', github: 'flori/json', branch: 'v1.8'
end
end
end

0 comments on commit fd61a08

Please sign in to comment.