Skip to content

Commit ee87257

Browse files
committed
Set upperlimit on gem pin
1 parent dd6c8a2 commit ee87257

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)