Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.47.0 to ~> 1.48.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent 6e90a49 commit 5de175c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.22.1)
parser (3.2.1.0)
parser (3.2.1.1)
ast (~> 2.4.1)
protocol-hpack (1.4.2)
protocol-http (0.24.0)
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.47.0)
rubocop (1.48.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
Expand Down Expand Up @@ -189,7 +189,7 @@ DEPENDENCIES
pry (~> 0.14.1)
rake (~> 13.0.6)
rspec (~> 3.12.0)
rubocop (~> 1.47.0)
rubocop (~> 1.48.0)
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.47.0'
spec.add_development_dependency 'rubocop', '~> 1.48.0'
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 5de175c

Please sign in to comment.