Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.54.0 to ~> 1.55.1 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 69faec2 commit 32c28a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.8.1)
rexml (3.2.5)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -138,15 +138,15 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.54.2)
rubocop (1.55.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
Expand Down Expand Up @@ -194,7 +194,7 @@ DEPENDENCIES
pry (~> 0.14.1)
rake (~> 13.0.6)
rspec (~> 3.12.0)
rubocop (~> 1.54.0)
rubocop (~> 1.55.1)
rubyzip
semantic (~> 1.6.1)
simplecov (~> 0.22.0)
Expand Down
2 changes: 1 addition & 1 deletion app_store_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry', '~> 0.14.1'
spec.add_development_dependency 'rake', '~> 13.0.6'
spec.add_development_dependency 'rspec', '~> 3.12.0'
spec.add_development_dependency 'rubocop', '~> 1.54.0'
spec.add_development_dependency 'rubocop', '~> 1.55.1'
spec.add_development_dependency 'rubyzip'
spec.add_development_dependency 'semantic', '~> 1.6.1'
spec.add_development_dependency 'simplecov', '~> 0.22.0'
Expand Down

0 comments on commit 32c28a4

Please sign in to comment.