Skip to content

Commit

Permalink
Merge pull request #95 from github/dependabot/bundler/rubocop-1.56.0
Browse files Browse the repository at this point in the history
Update rubocop requirement from = 1.55.1 to = 1.56.0
  • Loading branch information
JoyceZhu committed Aug 14, 2023
2 parents d5b72c4 + b243221 commit a43140b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
better_html (2.0.1)
actionview (>= 6.0)
activesupport (>= 6.0)
Expand Down Expand Up @@ -66,7 +67,8 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.55.1)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -106,7 +108,7 @@ DEPENDENCIES
minitest (~> 5.19.0)
mocha (~> 2.1.0)
rake (~> 13.0.6)
rubocop (= 1.55.1)
rubocop (= 1.56.0)
rubocop-github (~> 0.20.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion erblint-github.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "mocha", "~> 2.1.0"
s.add_development_dependency "rake", "~> 13.0.6"

s.add_development_dependency "rubocop", "= 1.55.1"
s.add_development_dependency "rubocop", "= 1.56.0"
s.add_development_dependency "rubocop-github", "~> 0.20.0"
s.metadata["rubygems_mfa_required"] = "true"

Expand Down

0 comments on commit a43140b

Please sign in to comment.