Skip to content

Commit ae3e547

Browse files
chore(deps): Bump the bundler-deps group across 1 directory with 2 updates
Bumps the bundler-deps group with 2 updates in the / directory: [bundler-audit](https://github.com/postmodern/bundler-audit) and [rubocop](https://github.com/rubocop/rubocop). Updates `bundler-audit` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/postmodern/bundler-audit/releases) - [Changelog](https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md) - [Commits](rubysec/bundler-audit@v0.9.1...v0.9.2) Updates `rubocop` from 1.64.1 to 1.66.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.64.1...v1.66.0) --- updated-dependencies: - dependency-name: bundler-audit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-deps - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 01b91f2 commit ae3e547

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44

55
gem 'bundler-audit', '~> 0.9', require: false
66
gem 'rake', '>= 12.3.3', require: false
7-
gem 'rubocop', '~> 1.64', require: false
7+
gem 'rubocop', '~> 1.66', require: false
88
gem 'rubocop-rake', '~> 0.6', require: false

Gemfile.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,35 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
bundler-audit (0.9.1)
5+
bundler-audit (0.9.2)
66
bundler (>= 1.2.0, < 3)
77
thor (~> 1.0)
88
json (2.7.2)
99
language_server-protocol (3.17.0.3)
10-
parallel (1.24.0)
11-
parser (3.3.2.0)
10+
parallel (1.26.3)
11+
parser (3.3.4.2)
1212
ast (~> 2.4.1)
1313
racc
14-
racc (1.8.0)
14+
racc (1.8.1)
1515
rainbow (3.1.1)
1616
rake (13.2.1)
1717
regexp_parser (2.9.2)
18-
rexml (3.3.6)
19-
strscan
20-
rubocop (1.64.1)
18+
rubocop (1.66.0)
2119
json (~> 2.3)
2220
language_server-protocol (>= 3.17.0)
2321
parallel (~> 1.10)
2422
parser (>= 3.3.0.2)
2523
rainbow (>= 2.2.2, < 4.0)
26-
regexp_parser (>= 1.8, < 3.0)
27-
rexml (>= 3.2.5, < 4.0)
28-
rubocop-ast (>= 1.31.1, < 2.0)
24+
regexp_parser (>= 2.4, < 3.0)
25+
rubocop-ast (>= 1.32.1, < 2.0)
2926
ruby-progressbar (~> 1.7)
3027
unicode-display_width (>= 2.4.0, < 3.0)
31-
rubocop-ast (1.31.3)
28+
rubocop-ast (1.32.1)
3229
parser (>= 3.3.1.0)
3330
rubocop-rake (0.6.0)
3431
rubocop (~> 1.0)
3532
ruby-progressbar (1.13.0)
36-
strscan (3.1.0)
37-
thor (1.2.1)
33+
thor (1.3.2)
3834
unicode-display_width (2.5.0)
3935

4036
PLATFORMS
@@ -44,7 +40,7 @@ PLATFORMS
4440
DEPENDENCIES
4541
bundler-audit (~> 0.9)
4642
rake (>= 12.3.3)
47-
rubocop (~> 1.64)
43+
rubocop (~> 1.66)
4844
rubocop-rake (~> 0.6)
4945

5046
BUNDLED WITH

0 commit comments

Comments
 (0)