Skip to content

Commit

Permalink
CI: Add to dependency what to migrate to bundle gem in Ruby 3.4 (ohle…
Browse files Browse the repository at this point in the history
…r55#915)

* CI: Add mutex_m gem as dependency in rails 6.1 tests

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

* CI: Add base64 gem as dependency

* CI: Add drb gem as dependency
  • Loading branch information
Watson1978 committed Feb 28, 2024
1 parent 46b3d4d commit 8302922
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ source 'https://rubygems.org'

gem 'rails', '6.1.3.1'
gem 'sqlite3'
gem 'mutex_m'
gem 'base64'
gem 'drb'

gemspec :path => '../'
3 changes: 3 additions & 0 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ source 'https://rubygems.org'

gem 'rails', '~> 7.0.3'
gem 'sqlite3'
gem 'mutex_m'
gem 'base64'
gem 'drb'

gemspec :path => '../'

0 comments on commit 8302922

Please sign in to comment.