Skip to content

Commit c70e11b

Browse files
committed
Merge branch 'main' of https://github.com/skiftle/apiwork
2 parents 91dd809 + 1e8ea97 commit c70e11b

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

Gemfile.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ GEM
101101
i18n (1.14.8)
102102
concurrent-ruby (~> 1.0)
103103
io-console (0.8.2)
104-
irb (1.16.0)
104+
irb (1.17.0)
105105
pp (>= 0.6.0)
106+
prism (>= 1.3.0)
106107
rdoc (>= 4.0.0)
107108
reline (>= 0.4.2)
108109
json (2.18.1)
@@ -132,24 +133,24 @@ GEM
132133
net-smtp (0.5.1)
133134
net-protocol
134135
nio4r (2.7.5)
135-
nokogiri (1.19.0-aarch64-linux-gnu)
136+
nokogiri (1.19.1-aarch64-linux-gnu)
136137
racc (~> 1.4)
137-
nokogiri (1.19.0-aarch64-linux-musl)
138+
nokogiri (1.19.1-aarch64-linux-musl)
138139
racc (~> 1.4)
139-
nokogiri (1.19.0-arm-linux-gnu)
140+
nokogiri (1.19.1-arm-linux-gnu)
140141
racc (~> 1.4)
141-
nokogiri (1.19.0-arm-linux-musl)
142+
nokogiri (1.19.1-arm-linux-musl)
142143
racc (~> 1.4)
143-
nokogiri (1.19.0-arm64-darwin)
144+
nokogiri (1.19.1-arm64-darwin)
144145
racc (~> 1.4)
145-
nokogiri (1.19.0-x86_64-darwin)
146+
nokogiri (1.19.1-x86_64-darwin)
146147
racc (~> 1.4)
147-
nokogiri (1.19.0-x86_64-linux-gnu)
148+
nokogiri (1.19.1-x86_64-linux-gnu)
148149
racc (~> 1.4)
149-
nokogiri (1.19.0-x86_64-linux-musl)
150+
nokogiri (1.19.1-x86_64-linux-musl)
150151
racc (~> 1.4)
151152
parallel (1.27.0)
152-
parser (3.3.10.1)
153+
parser (3.3.10.2)
153154
ast (~> 2.4.1)
154155
racc
155156
pp (0.6.3)
@@ -160,7 +161,7 @@ GEM
160161
date
161162
stringio
162163
racc (1.8.1)
163-
rack (3.2.4)
164+
rack (3.2.5)
164165
rack-session (2.1.1)
165166
base64 (>= 0.1.0)
166167
rack (>= 3.0.0)
@@ -200,7 +201,7 @@ GEM
200201
zeitwerk (~> 2.6)
201202
rainbow (3.1.1)
202203
rake (13.3.1)
203-
rdoc (7.0.3)
204+
rdoc (7.2.0)
204205
erb
205206
psych (>= 4.0.0)
206207
tsort
@@ -219,16 +220,16 @@ GEM
219220
rspec-mocks (3.13.7)
220221
diff-lcs (>= 1.2.0, < 2.0)
221222
rspec-support (~> 3.13.0)
222-
rspec-rails (8.0.2)
223+
rspec-rails (8.0.3)
223224
actionpack (>= 7.2)
224225
activesupport (>= 7.2)
225226
railties (>= 7.2)
226227
rspec-core (~> 3.13)
227228
rspec-expectations (~> 3.13)
228229
rspec-mocks (~> 3.13)
229230
rspec-support (~> 3.13)
230-
rspec-support (3.13.6)
231-
rubocop (1.84.1)
231+
rspec-support (3.13.7)
232+
rubocop (1.84.2)
232233
json (~> 2.3)
233234
language_server-protocol (~> 3.17.0.2)
234235
lint_roller (~> 1.1.0)
@@ -284,7 +285,7 @@ GEM
284285
websocket-extensions (>= 0.1.0)
285286
websocket-extensions (0.1.5)
286287
yard (0.9.38)
287-
zeitwerk (2.7.4)
288+
zeitwerk (2.7.5)
288289

289290
PLATFORMS
290291
aarch64-linux-gnu

0 commit comments

Comments
 (0)