Skip to content

Commit 69c5d37

Browse files
committed
Install minitest-mock; Hold minitest to 5 up to Rails 8.0
1 parent 8d6550c commit 69c5d37

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

gemfiles/7.2.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
33

44
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
55
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
6+
gem "minitest", "~> 5.0"
67
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
78
gem "rails", "~> 7.2.0"
89
gem "sprockets-rails", require: "sprockets/railtie"

gemfiles/8.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
33

44
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
55
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
6+
gem "minitest", "~> 5.0"
67
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
78
gem "propshaft"
89
gem "rails", "~> 8.0.1"

gemfiles/common.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ group :test do
99
gem "chunky_png", "~> 1.4"
1010
gem "diffy"
1111
gem "equivalent-xml"
12+
gem "minitest-mock"
1213
gem "mocha"
1314
gem "selenium-webdriver"
1415
end

0 commit comments

Comments
 (0)