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 f717e94 commit ab18ab2Copy full SHA for ab18ab2
Gemfile
@@ -6,7 +6,9 @@ gem 'rake', require: false
6
# SDK feature dependencies
7
gem 'aws-crt' if ENV['CRT']
8
gem 'base64'
9
-gem 'bigdecimal'
+# temp version constraint due to JRuby 9.4:
10
+# see: https://github.com/ruby/bigdecimal/issues/331
11
+gem 'bigdecimal', '3.1.9'
12
gem 'csv'
13
gem 'http-2'
14
gem 'jmespath'
0 commit comments