Skip to content

Commit ab18ab2

Browse files
committed
Pin BigDecimal due to JRuby 9.4
1 parent f717e94 commit ab18ab2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ gem 'rake', require: false
66
# SDK feature dependencies
77
gem 'aws-crt' if ENV['CRT']
88
gem 'base64'
9-
gem 'bigdecimal'
9+
# temp version constraint due to JRuby 9.4:
10+
# see: https://github.com/ruby/bigdecimal/issues/331
11+
gem 'bigdecimal', '3.1.9'
1012
gem 'csv'
1113
gem 'http-2'
1214
gem 'jmespath'

0 commit comments

Comments
 (0)