Skip to content

Commit

Permalink
avoid double oj definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire committed Aug 14, 2017
1 parent 5f17b69 commit 0aa0fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gem 'rake', require: false
if !ENV['PURE_RUBY']
if ENV['OLD_OJ']
gem 'oj', '1.3.0'
else
elsif RUBY_VERSION != '1.9.3'
gem 'oj'
end

Expand Down

0 comments on commit 0aa0fb0

Please sign in to comment.