Skip to content

Commit

Permalink
Bumping Standard to 1.22.1 to address Rubocop extensions default conf…
Browse files Browse the repository at this point in the history
…iguration loading issue
  • Loading branch information
kpumuk committed Jan 19, 2023
1 parent 4342133 commit 4c97fcf
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ unless ENV["NO_STEEP"] == "1"
# Ruby typings
gem "steep", "~> 1.3.0", platform: :mri
end

gem "standard", github: "testdouble/standard"
1 change: 0 additions & 1 deletion gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "steep", "~> 1.3.0", platform: :mri
gem "standard", github: "testdouble/standard"
gem "railties", "5.1.7"

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "steep", "~> 1.3.0", platform: :mri
gem "standard", github: "testdouble/standard"
gem "railties", "5.2.8.1"

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "steep", "~> 1.3.0", platform: :mri
gem "standard", github: "testdouble/standard"
gem "railties", "6.0.6"

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "steep", "~> 1.3.0", platform: :mri
gem "standard", github: "testdouble/standard"
gem "railties", "6.1.7"

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "steep", "~> 1.3.0", platform: :mri
gem "standard", github: "testdouble/standard"
gem "railties", "7.0.4"

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "steep", "~> 1.3.0", platform: :mri
gem "standard", github: "testdouble/standard"
gem "railties", github: "rails"

gemspec path: "../"
2 changes: 1 addition & 1 deletion meta-tags.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "appraisal", "~> 2.4.1"
spec.add_development_dependency "simplecov", "~> 0.22.0"
# Code style
spec.add_development_dependency "standard", "~> 1.22.0"
spec.add_development_dependency "standard", "~> 1.22.1"
spec.add_development_dependency "rubocop-rails", "~> 2.17.3"
spec.add_development_dependency "rubocop-rake", "~> 0.6.0"
spec.add_development_dependency "rubocop-rspec", "~> 2.18.0"
Expand Down

0 comments on commit 4c97fcf

Please sign in to comment.