Skip to content

Commit 5e9986c

Browse files
Bump the ruby-dependencies group across 1 directory with 3 updates
Bumps the ruby-dependencies group with 3 updates in the / directory: [irb](https://github.com/ruby/irb), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `irb` from 1.15.2 to 1.15.3 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.15.2...v1.15.3) Updates `rubocop` from 1.81.6 to 1.81.7 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.6...v1.81.7) Updates `rubocop-rspec` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: irb dependency-version: 1.15.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: rubocop dependency-version: 1.81.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-dependencies - dependency-name: rubocop-rspec dependency-version: 3.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cbfc7de commit 5e9986c

29 files changed

Lines changed: 21 additions & 15 deletions

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :development do
1010
gem "rubocop", "~> 1.81"
1111
gem "rubocop-github", "~> 0.23"
1212
gem "rubocop-performance", "~> 1.26"
13-
gem "rubocop-rspec", "~> 3.7"
13+
gem "rubocop-rspec", "~> 3.8"
1414
gem "simplecov", "~> 0.22"
1515
gem "simplecov-erb", "~> 1.0"
1616
end

Gemfile.lock

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,23 @@ GEM
1818
base64 (0.2.0)
1919
benchmark (0.4.0)
2020
bigdecimal (3.1.9)
21+
cgi (0.5.0)
2122
concurrent-ruby (1.3.5)
2223
connection_pool (2.5.0)
23-
date (3.4.1)
24+
date (3.5.0)
2425
diff-lcs (1.6.2)
2526
docile (1.4.0)
2627
drb (2.2.1)
28+
erb (4.0.4)
29+
cgi (>= 0.3.3)
2730
i18n (1.14.7)
2831
concurrent-ruby (~> 1.0)
29-
io-console (0.8.0)
30-
irb (1.15.2)
32+
io-console (0.8.1)
33+
irb (1.15.3)
3134
pp (>= 0.6.0)
3235
rdoc (>= 4.0.0)
3336
reline (>= 0.4.2)
34-
json (2.15.2)
37+
json (2.16.0)
3538
language_server-protocol (3.17.0.5)
3639
lint_roller (1.1.0)
3740
logger (1.7.0)
@@ -41,20 +44,22 @@ GEM
4144
parser (3.3.10.0)
4245
ast (~> 2.4.1)
4346
racc
44-
pp (0.6.2)
47+
pp (0.6.3)
4548
prettyprint
4649
prettyprint (0.2.0)
4750
prism (1.6.0)
48-
psych (5.2.3)
51+
psych (5.2.6)
4952
date
5053
stringio
5154
racc (1.8.1)
5255
rack (3.1.18)
5356
rainbow (3.1.1)
54-
rdoc (6.13.1)
57+
rdoc (6.16.0)
58+
erb
5559
psych (>= 4.0.0)
60+
tsort
5661
regexp_parser (2.11.3)
57-
reline (0.6.1)
62+
reline (0.6.3)
5863
io-console (~> 0.5)
5964
rspec (3.13.2)
6065
rspec-core (~> 3.13.0)
@@ -69,7 +74,7 @@ GEM
6974
diff-lcs (>= 1.2.0, < 2.0)
7075
rspec-support (~> 3.13.0)
7176
rspec-support (3.13.6)
72-
rubocop (1.81.6)
77+
rubocop (1.81.7)
7378
json (~> 2.3)
7479
language_server-protocol (~> 3.17.0.2)
7580
lint_roller (~> 1.1.0)
@@ -80,7 +85,7 @@ GEM
8085
rubocop-ast (>= 1.47.1, < 2.0)
8186
ruby-progressbar (~> 1.7)
8287
unicode-display_width (>= 2.4.0, < 4.0)
83-
rubocop-ast (1.47.1)
88+
rubocop-ast (1.48.0)
8489
parser (>= 3.3.7.2)
8590
prism (~> 1.4)
8691
rubocop-github (0.23.0)
@@ -97,9 +102,9 @@ GEM
97102
rack (>= 1.1)
98103
rubocop (>= 1.72.1, < 2.0)
99104
rubocop-ast (>= 1.38.0, < 2.0)
100-
rubocop-rspec (3.7.0)
105+
rubocop-rspec (3.8.0)
101106
lint_roller (~> 1.1)
102-
rubocop (~> 1.72, >= 1.72.1)
107+
rubocop (~> 1.81)
103108
ruby-progressbar (1.13.0)
104109
securerandom (0.3.2)
105110
simplecov (0.22.0)
@@ -110,7 +115,8 @@ GEM
110115
simplecov (< 1.0)
111116
simplecov-html (0.12.3)
112117
simplecov_json_formatter (0.1.4)
113-
stringio (3.1.6)
118+
stringio (3.1.8)
119+
tsort (0.2.0)
114120
tzinfo (2.0.6)
115121
concurrent-ruby (~> 1.0)
116122
unicode-display_width (3.2.0)
@@ -131,7 +137,7 @@ DEPENDENCIES
131137
rubocop (~> 1.81)
132138
rubocop-github (~> 0.23)
133139
rubocop-performance (~> 1.26)
134-
rubocop-rspec (~> 3.7)
140+
rubocop-rspec (~> 3.8)
135141
simplecov (~> 0.22)
136142
simplecov-erb (~> 1.0)
137143

vendor/cache/cgi-0.5.0.gem

37.5 KB
Binary file not shown.

vendor/cache/date-3.4.1.gem

-75 KB
Binary file not shown.

vendor/cache/date-3.5.0.gem

76.5 KB
Binary file not shown.

vendor/cache/erb-4.0.4.gem

19.5 KB
Binary file not shown.

vendor/cache/io-console-0.8.0.gem

-26 KB
Binary file not shown.

vendor/cache/io-console-0.8.1.gem

26 KB
Binary file not shown.

vendor/cache/irb-1.15.2.gem

-86.5 KB
Binary file not shown.

vendor/cache/irb-1.15.3.gem

99.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)