Skip to content

Commit

Permalink
add mutex_m to Gemfile
Browse files Browse the repository at this point in the history
removed from Standard in 3.4, and gives a warning
  • Loading branch information
stuzart committed Jan 10, 2025
1 parent 2c5748c commit cd81d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,12 @@ gem 'licensee'

gem "sitemap_generator", "~> 6.3"

# removed from Standard in Ruby 3.4
gem 'observer'
gem 'abbrev'
gem 'csv'
gem 'nkf'
gem 'mutex_m'

group :production do
gem 'passenger'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
mutex_m (0.3.0)
mysql2 (0.5.6)
namae (1.1.1)
nesty (1.0.2)
Expand Down Expand Up @@ -1062,6 +1063,7 @@ DEPENDENCIES
mimemagic (~> 0.3.7)
minitest (~> 5.14)
minitest-reporters
mutex_m
my_responds_to_parent!
mysql2
net-ftp
Expand Down

0 comments on commit cd81d57

Please sign in to comment.