Skip to content

Commit

Permalink
Bump rubocop from 0.36.0 to 0.49.0 in /ruby
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.36.0 to 0.49.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.36.0...v0.49.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 05b74f5 commit 51f0b69
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
gem 'minitest'
gem 'rake'
gem 'require_all'
gem 'rubocop', '0.36.0'
gem 'rubocop', '0.49.0'
gem 'simplecov'
20 changes: 12 additions & 8 deletions ruby/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
ast (2.4.2)
docile (1.1.5)
json (2.1.0)
minitest (5.11.3)
parser (2.4.0.2)
ast (~> 2.3)
powerpack (0.1.1)
parallel (1.23.0)
parser (2.7.2.0)
ast (~> 2.4.1)
powerpack (0.1.3)
rainbow (2.2.2)
rake
rake (12.3.0)
require_all (1.5.0)
rubocop (0.36.0)
parser (>= 2.3.0.0, < 3.0)
rubocop (0.49.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
ruby-progressbar (1.9.0)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.13.0)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
unicode-display_width (1.8.0)

PLATFORMS
ruby
Expand All @@ -31,7 +35,7 @@ DEPENDENCIES
minitest
rake
require_all
rubocop (= 0.36.0)
rubocop (= 0.49.0)
simplecov

BUNDLED WITH
Expand Down

0 comments on commit 51f0b69

Please sign in to comment.