Skip to content

Commit

Permalink
Add some standard library gems to appease some matrix CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Jan 10, 2025
1 parent 45fef94 commit f6daade
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ gem "rake"
gem "rails", "~> #{ENV["RAILS_VERSION"] || "8.0"}"

gem "debug"
gem "mutex_m"
gem "rspec-rails"
gem "standard", ">= 1.35.1"
gem "standard-performance"
gem "standard-rails"

# These standard library gems need to be here for with certain Rails 7/Ruby 3.4 combinations. Delete eventually.
gem "mutex_m"
gem "bigdecimal"
gem "drb"

0 comments on commit f6daade

Please sign in to comment.