Skip to content

Commit

Permalink
chore: Regenerate test matrix gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Mar 10, 2024
1 parent 1072862 commit 8d42655
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 21 deletions.
5 changes: 2 additions & 3 deletions gemfiles/rack_2.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ source "https://rubygems.org"

gem "rake"
gem "rspec", "~> 3.8"
gem "rubocop", "~> 1.7"
gem "rubocop-rspec", "~> 1.41"
gem "rubocop-config", github: "jgraichen/rubocop-config", ref: "v11"

group :test do
gem "rack", "~> 2.0.0"
gem "rails"
gem "sidekiq", "~> 6.0"
gem "sidekiq", "~> 7.1", ">= 7.1.3"
end

group :development do
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/rack_2.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ source "https://rubygems.org"

gem "rake"
gem "rspec", "~> 3.8"
gem "rubocop", "~> 1.7"
gem "rubocop-rspec", "~> 1.41"
gem "rubocop-config", github: "jgraichen/rubocop-config", ref: "v11"

group :test do
gem "rack", "~> 2.1.0"
gem "rails"
gem "sidekiq", "~> 6.0"
gem "sidekiq", "~> 7.1", ">= 7.1.3"
end

group :development do
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/rack_2.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ source "https://rubygems.org"

gem "rake"
gem "rspec", "~> 3.8"
gem "rubocop", "~> 1.7"
gem "rubocop-rspec", "~> 1.41"
gem "rubocop-config", github: "jgraichen/rubocop-config", ref: "v11"

group :test do
gem "rack", "~> 2.2.0"
gem "rails"
gem "sidekiq", "~> 6.0"
gem "sidekiq", "~> 7.1", ">= 7.1.3"
end

group :development do
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ source "https://rubygems.org"

gem "rake"
gem "rspec", "~> 3.8"
gem "rubocop", "~> 1.7"
gem "rubocop-rspec", "~> 1.41"
gem "rubocop-config", github: "jgraichen/rubocop-config", ref: "v11"

group :test do
gem "rack"
gem "rails", "~> 5.2.0"
gem "sidekiq", "~> 6.0"
gem "sidekiq", "~> 7.1", ">= 7.1.3"
end

group :development do
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ source "https://rubygems.org"

gem "rake"
gem "rspec", "~> 3.8"
gem "rubocop", "~> 1.7"
gem "rubocop-rspec", "~> 1.41"
gem "rubocop-config", github: "jgraichen/rubocop-config", ref: "v11"

group :test do
gem "rack"
gem "rails", "~> 6.0.0"
gem "sidekiq", "~> 6.0"
gem "sidekiq", "~> 7.1", ">= 7.1.3"
end

group :development do
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ source "https://rubygems.org"

gem "rake"
gem "rspec", "~> 3.8"
gem "rubocop", "~> 1.7"
gem "rubocop-rspec", "~> 1.41"
gem "rubocop-config", github: "jgraichen/rubocop-config", ref: "v11"

group :test do
gem "rack"
gem "rails", "~> 6.1.0"
gem "sidekiq", "~> 6.0"
gem "sidekiq", "~> 7.1", ">= 7.1.3"
end

group :development do
Expand Down
5 changes: 2 additions & 3 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ source "https://rubygems.org"

gem "rake"
gem "rspec", "~> 3.8"
gem "rubocop", "~> 1.7"
gem "rubocop-rspec", "~> 1.41"
gem "rubocop-config", github: "jgraichen/rubocop-config", ref: "v11"

group :test do
gem "rack"
gem "rails", "~> 7.0.0"
gem "sidekiq", "~> 6.0"
gem "sidekiq", "~> 7.1", ">= 7.1.3"
end

group :development do
Expand Down

0 comments on commit 8d42655

Please sign in to comment.