Skip to content

Commit

Permalink
Merge pull request #170 from marvinscham/dependabot/bundler/rubocop-1…
Browse files Browse the repository at this point in the history
….63.0

Bump rubocop from 1.62.1 to 1.63.0
  • Loading branch information
marvinscham authored Apr 9, 2024
2 parents b8877da + 42edd14 commit 4c34c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ group :development do
# Builds windows executable
gem 'ocran', '1.3.15', require: false
# Ruby linter, config in .rubocop
gem 'rubocop', '~> 1.62', require: false
gem 'rubocop', '~> 1.63', require: false
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.62.1)
rubocop (1.63.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -66,7 +66,7 @@ DEPENDENCIES
ocran (= 1.3.15)
open-uri (~> 0.4.1)
openssl (= 3.1.0)
rubocop (~> 1.62)
rubocop (~> 1.63)
win32-shortcut (~> 0.3.0)

RUBY VERSION
Expand Down

0 comments on commit 4c34c2f

Please sign in to comment.