Skip to content

Commit 4a616d1

Browse files
committed
TECH-19528: add mutex_m gem because of some ruby versions
1 parent b2ce6a6 commit 4a616d1

File tree

6 files changed

+7
-0
lines changed

6 files changed

+7
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ gem 'coveralls', require: false
99
gem 'appraisal'
1010
gem 'appraisal-matrix'
1111
gem 'bump', '~> 0.6.1'
12+
gem 'mutex_m'
1213
gem 'pry'
1314
gem 'rake'
1415
gem 'rubocop', '0.54.0'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ GEM
5050
logger (1.7.0)
5151
method_source (1.0.0)
5252
minitest (5.25.5)
53+
mutex_m (0.3.0)
5354
parallel (1.23.0)
5455
parser (3.2.2.3)
5556
ast (~> 2.4.1)
@@ -115,6 +116,7 @@ DEPENDENCIES
115116
bump (~> 0.6.1)
116117
contextual_logger!
117118
coveralls
119+
mutex_m
118120
pry
119121
rake
120122
rspec

gemfiles/activesupport_7_0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "coveralls", require: false
66
gem "appraisal"
77
gem "appraisal-matrix"
88
gem "bump", "~> 0.6.1"
9+
gem "mutex_m"
910
gem "pry"
1011
gem "rake"
1112
gem "rubocop", "0.54.0"

gemfiles/activesupport_7_1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "coveralls", require: false
66
gem "appraisal"
77
gem "appraisal-matrix"
88
gem "bump", "~> 0.6.1"
9+
gem "mutex_m"
910
gem "pry"
1011
gem "rake"
1112
gem "rubocop", "0.54.0"

gemfiles/activesupport_7_2.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "coveralls", require: false
66
gem "appraisal"
77
gem "appraisal-matrix"
88
gem "bump", "~> 0.6.1"
9+
gem "mutex_m"
910
gem "pry"
1011
gem "rake"
1112
gem "rubocop", "0.54.0"

gemfiles/activesupport_8_0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ gem "coveralls", require: false
66
gem "appraisal"
77
gem "appraisal-matrix"
88
gem "bump", "~> 0.6.1"
9+
gem "mutex_m"
910
gem "pry"
1011
gem "rake"
1112
gem "rubocop", "0.54.0"

0 commit comments

Comments
 (0)