Skip to content

Commit

Permalink
Merge pull request #139 from github/dependabot/bundler/rubocop-1.63.4
Browse files Browse the repository at this point in the history
Update rubocop requirement from = 1.63.2 to = 1.63.4
  • Loading branch information
github-actions[bot] committed Apr 29, 2024
2 parents 374c410 + 604cee7 commit f82ad3f
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 @@ -51,7 +51,7 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
racc (1.7.3)
Expand All @@ -67,7 +67,7 @@ GEM
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.63.2)
rubocop (1.63.4)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -107,7 +107,7 @@ DEPENDENCIES
minitest (~> 5.22.2)
mocha (~> 2.2.0)
rake (~> 13.2.1)
rubocop (= 1.63.2)
rubocop (= 1.63.4)
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.2.0"
s.add_development_dependency "rake", "~> 13.2.1"

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

Expand Down

0 comments on commit f82ad3f

Please sign in to comment.