Skip to content

Commit

Permalink
Merge pull request #112 from github/dependabot/bundler/rubocop-1.56.4
Browse files Browse the repository at this point in the history
Update rubocop requirement from = 1.56.3 to = 1.56.4
  • Loading branch information
github-actions[bot] authored Oct 2, 2023
2 parents 85c5ece + d4e0c28 commit 75bf3c7
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 @@ -68,7 +68,7 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.56.3)
rubocop (1.56.4)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
smart_properties (1.17.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)

PLATFORMS
ruby
Expand All @@ -109,7 +109,7 @@ DEPENDENCIES
minitest (~> 5.20.0)
mocha (~> 2.1.0)
rake (~> 13.0.6)
rubocop (= 1.56.3)
rubocop (= 1.56.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.1.0"
s.add_development_dependency "rake", "~> 13.0.6"

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

Expand Down

0 comments on commit 75bf3c7

Please sign in to comment.