Skip to content

Commit

Permalink
Add extracted drb gem for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Dec 25, 2024
1 parent 76251a8 commit 290c1f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-6.0
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ end

if RUBY_VERSION >= "3.4.0"
gem "mutex_m"
gem "drb"
end
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-6.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ end

if RUBY_VERSION >= "3.4.0"
gem "mutex_m"
gem "drb"
end
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-7.0
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ end

if RUBY_VERSION >= "3.4.0"
gem "mutex_m"
gem "drb"
end

0 comments on commit 290c1f0

Please sign in to comment.