Skip to content

Commit

Permalink
YNGJ-1058: Fix rubocop issues in gemfiles/*
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchess committed Dec 17, 2024
1 parent 9ff8dca commit b261766
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 0 additions & 8 deletions packages/aether_observatory/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,3 @@ AllCops:
Metrics/MethodLength:
Exclude:
- spec/**/*_spec.rb

Style/FrozenStringLiteralComment:
Exclude:
- 'gemfiles/*'

Bundler/OrderedGems:
Exclude:
- 'gemfiles/*'
4 changes: 3 additions & 1 deletion packages/aether_observatory/gemfiles/rails_6_0.gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "~> 6.0.6"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"

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

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "~> 6.1.7"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"

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

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "~> 7.0.8"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"

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

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rubocop-powerhome", path: "../../rubocop-powerhome"
gem "rails", "~> 7.1.3"
gem "rubocop-powerhome", path: "../../rubocop-powerhome"

gemspec path: "../"

0 comments on commit b261766

Please sign in to comment.