Skip to content

Commit

Permalink
More rubocops
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill committed Oct 2, 2024
1 parent 21f13b1 commit 09ae354
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
4 changes: 3 additions & 1 deletion packages/api_chai/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "6.0.6.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "rails", "6.0.6.1"

gemspec path: "../"
4 changes: 3 additions & 1 deletion packages/api_chai/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "6.1.7.7"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "rails", "6.1.7.7"

gemspec path: "../"
4 changes: 3 additions & 1 deletion packages/api_chai/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "7.0.8.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "rubocop", "~> 1.21"
gem "rails", "7.0.8.1"

gemspec path: "../"
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
2 changes: 2 additions & 0 deletions packages/dep_shield/gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"
Expand Down
10 changes: 5 additions & 5 deletions packages/rubocop-powerhome/rubocop-powerhome.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Gem::Specification.new do |spec|
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html

spec.add_runtime_dependency "rubocop", "1.66.1"
spec.add_runtime_dependency "rubocop-performance"
spec.add_runtime_dependency "rubocop-rails"
spec.add_runtime_dependency "rubocop-rake"
spec.add_runtime_dependency "rubocop-rspec"
spec.add_dependency "rubocop", "1.66.1"
spec.add_dependency "rubocop-performance"
spec.add_dependency "rubocop-rails"
spec.add_dependency "rubocop-rake"
spec.add_dependency "rubocop-rspec"
spec.metadata["rubygems_mfa_required"] = "true"

spec.add_development_dependency "appraisal", "~> 2.5.0"
Expand Down

0 comments on commit 09ae354

Please sign in to comment.