Skip to content

Commit

Permalink
Add gems to rails-six and rails-seven Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 28, 2024
1 parent 8d82a04 commit d8d2303
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/apps/rails-seven/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ group :development do
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
# gem "spring"
end

# Gems no longer included in Ruby 3.4
gem 'bigdecimal'
gem 'mutex_m'
3 changes: 3 additions & 0 deletions integration/apps/rails-six/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,6 @@ group :test, :development do

gem 'listen'
end

# Gem no longer included in Ruby 3.4
gem 'mutex_m'

0 comments on commit d8d2303

Please sign in to comment.