Skip to content

Commit 6876d1e

Browse files
committed
Pin json version to mitigate failures
1 parent e3b9478 commit 6876d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if defined?(JRUBY_VERSION)
1515
end
1616

1717
# protocol parsers
18-
gem 'json'
18+
gem 'json', '2.7.5' if defined?(JRUBY_VERSION) # temporary due to json 2.8.0 release
1919
gem 'nokogiri', '>= 1.6.8.1'
2020
gem 'oga'
2121
gem 'rexml'

0 commit comments

Comments
 (0)