Skip to content

Commit c166b3b

Browse files
authored
Merge pull request rails#42902 from yahonda/digest301pre
Address `bundle exec blade build` failure with ruby 3.1.0dev
2 parents c903dfe + 8de3093 commit c166b3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ if RUBY_VERSION >= "3.1"
176176
gem "net-imap", require: false
177177
gem "net-pop", require: false
178178

179+
# digest gem, which is one of the default gems has bumped to 3.0.1.pre for ruby 3.1.0dev.
180+
gem "digest", "~> 3.0.1.pre", require: false
181+
179182
# matrix was removed from default gems in Ruby 3.1, but is used by the `capybara` gem.
180183
# So we need to add it as a dependency until `capybara` is fixed: https://github.com/teamcapybara/capybara/pull/2468
181184
gem "matrix", require: false

0 commit comments

Comments
 (0)