Skip to content

Commit ecc90ad

Browse files
committed
! Fix rails app for testing for ruby 3.4 & 3.5
1 parent 031dce9 commit ecc90ad

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

spec/railsapps/rails_70/Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ gem "bootsnap", ">= 1.4.4", require: false
88
gem "sass-rails"
99
gem "sprockets-rails"
1010
gem "roadie-rails", path: "../../.."
11+
12+
gem "bigdecimal"
13+
gem "mutex_m"
14+
gem "logger"
15+
gem "benchmark"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
4+
# Workaround for uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger
5+
require "logger"
46
require "bootsnap/setup" # Speed up boot time by caching expensive operations.

0 commit comments

Comments
 (0)