Skip to content

Commit

Permalink
Add drb and logger to Rails 7.0 test Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-ian committed Jan 6, 2025
1 parent ac891f1 commit 813a6a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/gemfiles/rails-7.0.x.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ source 'http://rubygems.org'
gemspec path: '../..'

group :development, :test do
gem 'drb'
gem 'bigdecimal'
gem 'logger'
gem 'mutex_m'
gem 'psych', '< 4.0.0'
gem 'puma'
Expand Down

0 comments on commit 813a6a9

Please sign in to comment.