Skip to content

Commit 0b3e883

Browse files
Bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 1 update in the / directory: [irb](https://github.com/ruby/irb). Updates `irb` from 1.14.3 to 1.15.2 - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.14.3...v1.15.2) Updates `rubocop` from 1.78.0 to 0.16.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/v0.16.0/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v0.16.0) Updates `rubocop-rake` from 0.7.1 to 0.5.1 - [Release notes](https://github.com/rubocop/rubocop-rake/releases) - [Changelog](https://github.com/rubocop/rubocop-rake/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rake@v0.7.1...v0.5.1) Updates `rubocop-rspec` from 3.6.0 to 1.4.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.6.0...v1.4.0) Updates `solargraph` from 0.56.0 to 0.13.0 - [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md) - [Commits](castwide/solargraph@v0.56.0...0.13.0) --- updated-dependencies: - dependency-name: irb dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-and-patch - dependency-name: rubocop-rake dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop-rspec dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: minor-and-patch - dependency-name: solargraph dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79312c8 commit 0b3e883

File tree

1 file changed

+34
-76
lines changed

1 file changed

+34
-76
lines changed

Gemfile.lock

Lines changed: 34 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.3)
12-
backport (1.2.0)
1312
base64 (0.3.0)
14-
benchmark (0.4.1)
1513
byebug (12.0.0)
16-
cgi (0.4.2)
14+
cgi (0.5.0)
1715
coderay (1.1.3)
1816
date (3.4.1)
1917
diff-lcs (1.6.2)
@@ -30,58 +28,46 @@ GEM
3028
thor
3129
tilt
3230
io-console (0.8.1)
33-
irb (1.14.3)
31+
irb (1.15.2)
32+
pp (>= 0.6.0)
3433
rdoc (>= 4.0.0)
3534
reline (>= 0.4.2)
36-
jaro_winkler (1.6.1)
37-
json (2.13.0)
38-
kramdown (2.5.1)
39-
rexml (>= 3.3.9)
40-
kramdown-parser-gfm (1.1.0)
41-
kramdown (~> 2.0)
42-
language_server-protocol (3.17.0.5)
43-
lint_roller (1.1.0)
4435
logger (1.7.0)
4536
method_source (1.1.0)
46-
nokogiri (1.18.9-arm64-darwin)
47-
racc (~> 1.4)
48-
nokogiri (1.18.9-x86_64-linux-gnu)
49-
racc (~> 1.4)
50-
observer (0.1.2)
51-
ostruct (0.6.3)
52-
parallel (1.27.0)
53-
parser (3.3.8.0)
37+
mustermann (2.0.2)
38+
ruby2_keywords (~> 0.0.1)
39+
parser (2.7.2.0)
5440
ast (~> 2.4.1)
55-
racc
41+
powerpack (0.0.9)
42+
pp (0.6.2)
43+
prettyprint
5644
prettier (4.0.4)
5745
syntax_tree (>= 4.0.1)
5846
syntax_tree-haml (>= 2.0.0)
5947
syntax_tree-rbs (>= 0.2.0)
6048
prettier_print (1.2.1)
61-
prism (1.4.0)
49+
prettyprint (0.2.0)
6250
pry (0.15.2)
6351
coderay (~> 1.1)
6452
method_source (~> 1.0)
6553
pry-byebug (3.11.0)
6654
byebug (~> 12.0)
6755
pry (>= 0.13, < 0.16)
68-
psych (5.2.2)
56+
psych (5.2.6)
6957
date
7058
stringio
71-
racc (1.8.1)
59+
rack (2.2.17)
60+
rack-protection (2.2.4)
61+
rack
7262
rainbow (3.1.1)
7363
rake (13.3.0)
7464
rbs (3.9.4)
7565
logger
76-
rdoc (6.14.0)
66+
rdoc (6.14.2)
7767
erb
7868
psych (>= 4.0.0)
79-
regexp_parser (2.10.0)
8069
reline (0.6.2)
8170
io-console (~> 0.5)
82-
reverse_markdown (3.0.0)
83-
nokogiri
84-
rexml (3.4.1)
8571
rspec (3.13.1)
8672
rspec-core (~> 3.13.0)
8773
rspec-expectations (~> 3.13.0)
@@ -95,54 +81,31 @@ GEM
9581
diff-lcs (>= 1.2.0, < 2.0)
9682
rspec-support (~> 3.13.0)
9783
rspec-support (3.13.4)
98-
rubocop (1.78.0)
99-
json (~> 2.3)
100-
language_server-protocol (~> 3.17.0.2)
101-
lint_roller (~> 1.1.0)
102-
parallel (~> 1.10)
103-
parser (>= 3.3.0.2)
104-
rainbow (>= 2.2.2, < 4.0)
105-
regexp_parser (>= 2.9.3, < 3.0)
106-
rubocop-ast (>= 1.45.1, < 2.0)
107-
ruby-progressbar (~> 1.7)
108-
unicode-display_width (>= 2.4.0, < 4.0)
109-
rubocop-ast (1.46.0)
110-
parser (>= 3.3.7.2)
111-
prism (~> 1.4)
112-
rubocop-rake (0.7.1)
113-
lint_roller (~> 1.1)
114-
rubocop (>= 1.72.1)
115-
rubocop-rspec (3.6.0)
116-
lint_roller (~> 1.1)
117-
rubocop (~> 1.72, >= 1.72.1)
118-
ruby-progressbar (1.13.0)
84+
rubocop (0.16.0)
85+
parser (~> 2.1)
86+
powerpack (~> 0.0.6)
87+
rainbow (>= 1.1.4)
88+
rubocop-rake (0.5.1)
89+
rubocop
90+
rubocop-rspec (1.4.0)
91+
ruby2_keywords (0.0.5)
11992
simplecov (0.22.0)
12093
docile (~> 1.1)
12194
simplecov-html (~> 0.11)
12295
simplecov_json_formatter (~> 0.1)
12396
simplecov-html (0.13.2)
12497
simplecov_json_formatter (0.1.4)
125-
solargraph (0.56.0)
126-
backport (~> 1.2)
127-
benchmark (~> 0.4)
128-
bundler (~> 2.0)
129-
diff-lcs (~> 1.4)
130-
jaro_winkler (~> 1.6, >= 1.6.1)
131-
kramdown (~> 2.3)
132-
kramdown-parser-gfm (~> 1.1)
133-
logger (~> 1.6)
134-
observer (~> 0.1)
135-
ostruct (~> 0.6)
136-
parser (~> 3.0)
137-
prism (~> 1.4)
138-
rbs (~> 3.3)
139-
reverse_markdown (~> 3.0)
140-
rubocop (~> 1.38)
141-
thor (~> 1.0)
98+
sinatra (2.2.4)
99+
mustermann (~> 2.0)
100+
rack (~> 2.2)
101+
rack-protection (= 2.2.4)
142102
tilt (~> 2.0)
143-
yard (~> 0.9, >= 0.9.24)
144-
yard-solargraph (~> 0.1)
145-
stringio (3.1.2)
103+
solargraph (0.13.0)
104+
parser (~> 2.4)
105+
sinatra (~> 2)
106+
thor (~> 0.19, >= 0.19.4)
107+
yard (~> 0.9)
108+
stringio (3.1.7)
146109
syntax_tree (6.3.0)
147110
prettier_print (>= 1.2.0)
148111
syntax_tree-haml (4.0.3)
@@ -154,14 +117,9 @@ GEM
154117
rbs
155118
syntax_tree (>= 2.0.1)
156119
temple (0.10.3)
157-
thor (1.4.0)
120+
thor (0.20.3)
158121
tilt (2.6.1)
159-
unicode-display_width (3.1.4)
160-
unicode-emoji (~> 4.0, >= 4.0.4)
161-
unicode-emoji (4.0.4)
162122
yard (0.9.37)
163-
yard-solargraph (0.1.0)
164-
yard (~> 0.9)
165123

166124
PLATFORMS
167125
arm64-darwin-21

0 commit comments

Comments
 (0)