Skip to content

Commit 5693d25

Browse files
committed
Regenerate gemfiles/* (fix gem ordering)
1 parent 5caaf3d commit 5693d25

File tree

9 files changed

+27
-27
lines changed

9 files changed

+27
-27
lines changed

gemfiles/rails_5.0.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo", "~> 1.2"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo", "~> 1.2"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 5.0.0"

gemfiles/rails_5.1.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo", "~> 1.2"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo", "~> 1.2"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 5.1.0"

gemfiles/rails_5.2.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo", "~> 1.2"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo", "~> 1.2"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 5.2.0"

gemfiles/rails_6.0.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo", "~> 1.2"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo", "~> 1.2"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 6.0.0"

gemfiles/rails_6.1.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 6.1.0"

gemfiles/rails_7.0.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 7.0.0"

gemfiles/rails_7.1.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 7.1.0"

gemfiles/rails_7.2.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails"
11+
gem "tzinfo"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 7.2.0"

gemfiles/rails_8.0.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
66
gem "cgi"
7-
gem "rake", ">= 12.3.3"
7+
gem "minitest-rails", git: "https://github.com/n-rodriguez/minitest-rails.git", branch: "wip/rails8"
88
gem "mocha", "~> 0.14.0", require: "mocha/setup"
9-
gem "tzinfo"
9+
gem "rake", ">= 12.3.3"
1010
gem "redis-store-testing", github: "redis-store/testing"
11-
gem "minitest-rails", git: "https://github.com/n-rodriguez/minitest-rails.git", branch: "wip/rails8"
11+
gem "tzinfo"
1212
gem "redis-store"
1313
gem "redis-rack"
1414
gem "actionpack", "~> 8.0.0"

0 commit comments

Comments
 (0)