Skip to content

Commit

Permalink
Add drb, mutex_m to the Rails 6.0 Appraisal
Browse files Browse the repository at this point in the history
Fixes #2736.
  • Loading branch information
nickcharlton committed Jan 2, 2025
1 parent d5c3c56 commit 85db023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
appraise "rails60" do
gem "drb"
gem "mutex_m"
gem "rails", "~> 6.0.3.4"
gem "sprockets-rails", "~> 3.4"
end
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails60.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ gem "unicorn"
gem "cssbundling-rails", "~> 1.4"
gem "jsbundling-rails", "~> 1.3"
gem "sprockets-rails", "~> 3.4"
gem "drb"
gem "mutex_m"
gem "rails", "~> 6.0.3.4"

group :development, :test do
Expand Down

0 comments on commit 85db023

Please sign in to comment.