Skip to content

Commit c820d67

Browse files
Bump the ruby-dependencies group across 1 directory with 3 updates
Bumps the ruby-dependencies group with 3 updates in the / directory: [rspec](https://github.com/rspec/rspec), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-performance](https://github.com/rubocop/rubocop-performance). Updates `rspec` from 3.13.1 to 3.13.2 - [Commits](rspec/rspec@rspec-v3.13.1...rspec-v3.13.2) Updates `rubocop` from 1.80.2 to 1.81.6 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.80.2...v1.81.6) Updates `rubocop-performance` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-performance@v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.81.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies - dependency-name: rubocop-performance dependency-version: 1.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8a3327 commit c820d67

22 files changed

+14
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem "logger", "~> 1.7"
77
group :development do
88
gem "irb", "~> 1.15"
99
gem "rspec", "~> 3.13"
10-
gem "rubocop", "~> 1.80"
10+
gem "rubocop", "~> 1.81"
1111
gem "rubocop-github", "~> 0.23"
1212
gem "rubocop-performance", "~> 1.26"
1313
gem "rubocop-rspec", "~> 3.7"

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
pp (>= 0.6.0)
3232
rdoc (>= 4.0.0)
3333
reline (>= 0.4.2)
34-
json (2.13.2)
34+
json (2.15.1)
3535
language_server-protocol (3.17.0.5)
3636
lint_roller (1.1.0)
3737
logger (1.7.0)
@@ -44,7 +44,7 @@ GEM
4444
pp (0.6.2)
4545
prettyprint
4646
prettyprint (0.2.0)
47-
prism (1.4.0)
47+
prism (1.6.0)
4848
psych (5.2.3)
4949
date
5050
stringio
@@ -53,44 +53,44 @@ GEM
5353
rainbow (3.1.1)
5454
rdoc (6.13.1)
5555
psych (>= 4.0.0)
56-
regexp_parser (2.11.2)
56+
regexp_parser (2.11.3)
5757
reline (0.6.1)
5858
io-console (~> 0.5)
59-
rspec (3.13.1)
59+
rspec (3.13.2)
6060
rspec-core (~> 3.13.0)
6161
rspec-expectations (~> 3.13.0)
6262
rspec-mocks (~> 3.13.0)
63-
rspec-core (3.13.4)
63+
rspec-core (3.13.6)
6464
rspec-support (~> 3.13.0)
6565
rspec-expectations (3.13.5)
6666
diff-lcs (>= 1.2.0, < 2.0)
6767
rspec-support (~> 3.13.0)
68-
rspec-mocks (3.13.5)
68+
rspec-mocks (3.13.6)
6969
diff-lcs (>= 1.2.0, < 2.0)
7070
rspec-support (~> 3.13.0)
71-
rspec-support (3.13.4)
72-
rubocop (1.80.2)
71+
rspec-support (3.13.6)
72+
rubocop (1.81.6)
7373
json (~> 2.3)
7474
language_server-protocol (~> 3.17.0.2)
7575
lint_roller (~> 1.1.0)
7676
parallel (~> 1.10)
7777
parser (>= 3.3.0.2)
7878
rainbow (>= 2.2.2, < 4.0)
7979
regexp_parser (>= 2.9.3, < 3.0)
80-
rubocop-ast (>= 1.46.0, < 2.0)
80+
rubocop-ast (>= 1.47.1, < 2.0)
8181
ruby-progressbar (~> 1.7)
8282
unicode-display_width (>= 2.4.0, < 4.0)
83-
rubocop-ast (1.46.0)
83+
rubocop-ast (1.47.1)
8484
parser (>= 3.3.7.2)
8585
prism (~> 1.4)
8686
rubocop-github (0.23.0)
8787
rubocop (>= 1.72)
8888
rubocop-performance (>= 1.24)
8989
rubocop-rails (>= 2.23)
90-
rubocop-performance (1.26.0)
90+
rubocop-performance (1.26.1)
9191
lint_roller (~> 1.1)
9292
rubocop (>= 1.75.0, < 2.0)
93-
rubocop-ast (>= 1.44.0, < 2.0)
93+
rubocop-ast (>= 1.47.1, < 2.0)
9494
rubocop-rails (2.30.3)
9595
activesupport (>= 4.2.0)
9696
lint_roller (~> 1.1)
@@ -128,7 +128,7 @@ DEPENDENCIES
128128
irb (~> 1.15)
129129
logger (~> 1.7)
130130
rspec (~> 3.13)
131-
rubocop (~> 1.80)
131+
rubocop (~> 1.81)
132132
rubocop-github (~> 0.23)
133133
rubocop-performance (~> 1.26)
134134
rubocop-rspec (~> 3.7)

vendor/cache/json-2.13.2.gem

-76 KB
Binary file not shown.

vendor/cache/json-2.15.1.gem

77 KB
Binary file not shown.

vendor/cache/prism-1.4.0.gem

-618 KB
Binary file not shown.

vendor/cache/prism-1.6.0.gem

628 KB
Binary file not shown.
-58.5 KB
Binary file not shown.
59 KB
Binary file not shown.

vendor/cache/rspec-3.13.1.gem

-10.5 KB
Binary file not shown.

vendor/cache/rspec-3.13.2.gem

10.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)