Skip to content

Commit

Permalink
ci: declare mutex_m in Gemfile; it's been removed from ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 12, 2024
1 parent cfcb13a commit a5eb8c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ source "https://rubygems.org"
gemspec

group :development do
# ruby 3.4.0-dev removed some gems from the default set
#
# TODO: we should be able to remove these as our gem dependencies sort it out and we pull them in
# transitively.
gem "mutex_m"

# bootstrapping
gem "bundler", "~> 2.3"
gem "rake", "13.1.0"
Expand Down

0 comments on commit a5eb8c1

Please sign in to comment.