From 5f17b695ae5233a70fd7ea775213b818ccf63a87 Mon Sep 17 00:00:00 2001 From: cjyclaire Date: Mon, 14 Aug 2017 14:43:36 -0700 Subject: [PATCH] Update oj support constraint for Ruby 1.9.3 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index ea989f41f12..03aff42112e 100644 --- a/Gemfile +++ b/Gemfile @@ -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'