We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6876d1e commit 10b3bf9Copy full SHA for 10b3bf9
Gemfile
@@ -3,7 +3,6 @@
3
source 'https://rubygems.org'
4
5
gem 'rake', require: false
6
-
7
# SDK feature dependencies
8
gem 'aws-crt' if ENV['CRT']
9
gem 'http-2'
@@ -15,7 +14,7 @@ if defined?(JRUBY_VERSION)
15
14
end
16
17
# protocol parsers
18
-gem 'json', '2.7.5' if defined?(JRUBY_VERSION) # temporary due to json 2.8.0 release
+gem 'json', '2.7.5' if RUBY_VERSION < '3.0.0' # temporary due to json 2.8.0 release
19
gem 'nokogiri', '>= 1.6.8.1'
20
gem 'oga'
21
gem 'rexml'
0 commit comments