Skip to content

Commit

Permalink
Add mutex_m gem as dependency in rails 6.1 tests
Browse files Browse the repository at this point in the history
This patch will fix https://github.com/ohler55/oj/actions/runs/7908156404/job/21586745798

The mutex_m gem will be changed bundled gem since Ruby 3.4.0.
To use bundled gem, it requires to specify the dependency in Gemfile.

Ref. ohler55#901
  • Loading branch information
Watson1978 committed Feb 28, 2024
1 parent 46b3d4d commit 92de2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ source 'https://rubygems.org'

gem 'rails', '6.1.3.1'
gem 'sqlite3'
gem 'mutex_m'

gemspec :path => '../'

0 comments on commit 92de2bb

Please sign in to comment.