Skip to content

Commit

Permalink
regenerate gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ttstarck committed Jan 28, 2025
1 parent 3dcc351 commit 24ce6a9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "bigdecimal"
gem "minitest", "~> 5.1"
gem "minitest-reporters"
gem "mysql2"
Expand All @@ -17,9 +16,10 @@ gem "shoulda", "~> 3.5"
gem "shoulda-matchers", "~> 3.0"
gem "test-unit", "~> 3.3"
gem "warning", require: false
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.3.0"
gem "rails", "~> 6.0.0"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "bigdecimal"
gem "minitest", "~> 5.1"
gem "minitest-reporters"
gem "mysql2"
Expand All @@ -17,9 +16,10 @@ gem "shoulda", "~> 3.5"
gem "shoulda-matchers", "~> 3.0"
gem "test-unit", "~> 3.3"
gem "warning", require: false
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.3.0"
gem "rails", "~> 6.1.0"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "bigdecimal"
gem "minitest", "~> 5.1"
gem "minitest-reporters"
gem "mysql2"
Expand All @@ -17,9 +16,10 @@ gem "shoulda", "~> 3.5"
gem "shoulda-matchers", "~> 3.0"
gem "test-unit", "~> 3.3"
gem "warning", require: false
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.3.0"
gem "rails", "~> 7.0.0"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "bigdecimal"
gem "minitest", "~> 5.1"
gem "minitest-reporters"
gem "mysql2"
Expand All @@ -17,9 +16,10 @@ gem "shoulda", "~> 3.5"
gem "shoulda-matchers", "~> 3.0"
gem "test-unit", "~> 3.3"
gem "warning", require: false
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.3.0"
gem "rails", "~> 7.1.0"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/rails_7_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "bigdecimal"
gem "minitest", "~> 5.1"
gem "minitest-reporters"
gem "mysql2"
Expand All @@ -17,9 +16,10 @@ gem "shoulda", "~> 3.5"
gem "shoulda-matchers", "~> 3.0"
gem "test-unit", "~> 3.3"
gem "warning", require: false
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.3.0"
gem "rails", "~> 7.2.0"

gemspec path: "../"
6 changes: 3 additions & 3 deletions gemfiles/rails_8_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

gem "appraisal"
gem "appraisal-matrix"
gem "bigdecimal"
gem "minitest", "~> 5.1"
gem "minitest-reporters"
gem "mysql2"
Expand All @@ -17,9 +16,10 @@ gem "shoulda", "~> 3.5"
gem "shoulda-matchers", "~> 3.0"
gem "test-unit", "~> 3.3"
gem "warning", require: false
gem "base64", "~> 0.2.0"
gem "mutex_m", "~> 0.3.0"
gem "concurrent-ruby", "~> 1.3", "< 1.3.5"
gem "base64", ">= 0.2.0"
gem "bigdecimal", ">= 3.1"
gem "mutex_m", ">= 0.3.0"
gem "rails", "~> 8.0.0"

gemspec path: "../"

0 comments on commit 24ce6a9

Please sign in to comment.