Skip to content

Commit 83033a1

Browse files
committed
Revert "Update json pin"
This reverts commit f8145bc.
1 parent f8145bc commit 83033a1

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
@@ -14,7 +14,7 @@ if defined?(JRUBY_VERSION)
1414
end
1515

1616
# protocol parsers
17-
gem 'json', '>= 2.4.0' # due to load_file support and we use it for specs
17+
gem 'json', '>= 2.4.0', '<= 2.7.6' # due to load_file support and we use it for specs
1818
gem 'nokogiri', '>= 1.6.8.1'
1919
gem 'oga'
2020
gem 'rexml'

0 commit comments

Comments
 (0)