Skip to content

Commit

Permalink
⬆️ standard-rubocop-lts
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Jun 4, 2023
1 parent 7e89389 commit 80a0e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
rubocop-rake (~> 0.6)
rubocop-shopify (~> 2.13)
rubocop-thread_safety (~> 0.5)
standard-rubocop-lts (>= 1.0.1, < 2)
standard-rubocop-lts (>= 1.0.6, < 2)
version_gem (>= 1.1.2, < 3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion rubocop-ruby1_9.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("rubocop-rake", "~> 0.6") # >= 2.5.0
spec.add_dependency("rubocop-shopify", "~> 2.13") # >= 2.7.0
spec.add_dependency("rubocop-thread_safety", "~> 0.5") # >= 2.5.0
spec.add_dependency("standard-rubocop-lts", [">= 1.0.1", "< 2"]) # >= 2.6.0
spec.add_dependency("standard-rubocop-lts", [">= 1.0.6", "< 2"]) # >= 2.6.0
spec.add_dependency("version_gem", [">= 1.1.2", "< 3"]) # >= 2.2.0

# RubyGems adding this gem will need to explicitly add rubocop-packaging to their dependencies.
Expand Down

0 comments on commit 80a0e4e

Please sign in to comment.