Skip to content

Commit

Permalink
Install mutext_m explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Nov 4, 2024
1 parent 2737a5a commit c96b13d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ gem 'bcrypt'
# https://bugs.ruby-lang.org/issues/20859
gem 'base64'

# It's a bundled gem since Ruby 3.4
# They are bundled gems since Ruby 3.4
gem 'bigdecimal'
gem 'mutex_m'

gem 'rbs_rails', path: '../../'
2 changes: 2 additions & 0 deletions test/app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ GEM
mini_portile2 (2.8.7)
minitest (5.25.1)
msgpack (1.7.3)
mutex_m (0.2.0)
net-imap (0.5.0)
date
net-protocol
Expand Down Expand Up @@ -177,6 +178,7 @@ DEPENDENCIES
bcrypt
bigdecimal
bootsnap
mutex_m
psych (< 4)
puma
rails (>= 6, < 7)
Expand Down

0 comments on commit c96b13d

Please sign in to comment.