Skip to content

Commit

Permalink
Update oj support constraint for Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire committed Aug 14, 2017
1 parent e748609 commit 5f17b69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ group :test do
# has a dependency on ~> 2.0 of public_suffix which is not compatible
# with Ruby 1.9.3
gem 'addressable', '2.4.0'
# oj drop support for Ruby under 2.0 since 3.3.5
gem 'oj', '<= 3.3.4'
else
gem 'webmock'
gem 'addressable'
Expand Down

0 comments on commit 5f17b69

Please sign in to comment.