deps: declare rexml — no longer a default gem on Ruby 3.4, aws-sdk needs it
This commit is contained in:
parent
187910f69b
commit
8468b3d099
2 changed files with 5 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -19,6 +19,9 @@ gem 'prawn-table', '~> 0.2'
|
|||
gem 'rqrcode', '~> 2.2'
|
||||
gem 'chunky_png', '~> 1.4'
|
||||
gem 'aws-sdk-s3', '~> 1.170'
|
||||
# aws-sdk-core needs an XML parser; rexml stopped being a default gem in
|
||||
# Ruby 3.4, so it must be declared or S3 calls raise at first use.
|
||||
gem 'rexml', '~> 3.4'
|
||||
|
||||
group :development do
|
||||
gem 'rerun', '~> 0.14'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue