Skip to content

Commit c68751f

Browse files
Upgraded gem dependencies
1 parent 9a0ca55 commit c68751f

File tree

2 files changed

+16
-28
lines changed

2 files changed

+16
-28
lines changed

Gemfile.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GEM
9090
connection_pool (2.5.0)
9191
crass (1.0.6)
9292
date (3.4.1)
93-
diff-lcs (1.5.1)
93+
diff-lcs (1.6.0)
9494
drb (2.2.1)
9595
erb (4.0.4)
9696
cgi (>= 0.3.3)
@@ -107,7 +107,7 @@ GEM
107107
json (2.10.1)
108108
language_server-protocol (3.17.0.4)
109109
lint_roller (1.1.0)
110-
logger (1.6.5)
110+
logger (1.6.6)
111111
loofah (2.24.0)
112112
crass (~> 1.0.2)
113113
nokogiri (>= 1.12.0)
@@ -124,6 +124,7 @@ GEM
124124
date
125125
net-protocol
126126
net-pop (0.1.2)
127+
net-protocol
127128
net-protocol (0.2.2)
128129
timeout
129130
net-smtp (0.5.1)
@@ -157,7 +158,7 @@ GEM
157158
puma (6.6.0)
158159
nio4r (~> 2.0)
159160
racc (1.8.1)
160-
rack (3.1.9)
161+
rack (3.1.10)
161162
rack-session (2.1.0)
162163
base64 (>= 0.1.0)
163164
rack (>= 3.0.0)
@@ -214,14 +215,14 @@ GEM
214215
diff-lcs (>= 1.2.0, < 2.0)
215216
rspec-support (~> 3.13.0)
216217
rspec-support (3.13.2)
217-
rubocop (1.70.0)
218+
rubocop (1.71.2)
218219
json (~> 2.3)
219220
language_server-protocol (>= 3.17.0)
220221
parallel (~> 1.10)
221222
parser (>= 3.3.0.2)
222223
rainbow (>= 2.2.2, < 4.0)
223224
regexp_parser (>= 2.9.3, < 3.0)
224-
rubocop-ast (>= 1.36.2, < 2.0)
225+
rubocop-ast (>= 1.38.0, < 2.0)
225226
ruby-progressbar (~> 1.7)
226227
unicode-display_width (>= 2.4.0, < 4.0)
227228
rubocop-ast (1.38.0)
@@ -235,10 +236,10 @@ GEM
235236
tty-command (~> 0.10, >= 0.10.1)
236237
ruby-progressbar (1.13.0)
237238
securerandom (0.4.1)
238-
standard (1.44.0)
239+
standard (1.45.0)
239240
language_server-protocol (~> 3.17.0.2)
240241
lint_roller (~> 1.0)
241-
rubocop (~> 1.70.0)
242+
rubocop (~> 1.71.0)
242243
standard-custom (~> 1.0.0)
243244
standard-performance (~> 1.6)
244245
standard-custom (1.0.2)
@@ -247,7 +248,7 @@ GEM
247248
standard-performance (1.6.0)
248249
lint_roller (~> 1.1)
249250
rubocop-performance (~> 1.23.0)
250-
stringio (3.1.2)
251+
stringio (3.1.3)
251252
thor (1.3.2)
252253
timeout (0.4.3)
253254
tty-color (0.6.0)

spec/dummy/Gemfile.lock

+7-20
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PATH
22
remote: ../..
33
specs:
4-
rails-nginx (1.0.0.pre.beta)
4+
rails-nginx (1.0.0.pre.beta.5)
55
puma
66
rails
7-
ruby-nginx
7+
ruby-nginx (>= 1.0.0.pre.beta.4)
88

99
GEM
1010
remote: https://rubygems.org/
@@ -105,7 +105,7 @@ GEM
105105
pp (>= 0.6.0)
106106
rdoc (>= 4.0.0)
107107
reline (>= 0.4.2)
108-
logger (1.6.5)
108+
logger (1.6.6)
109109
loofah (2.24.0)
110110
crass (~> 1.0.2)
111111
nokogiri (>= 1.12.0)
@@ -143,7 +143,6 @@ GEM
143143
racc (~> 1.4)
144144
nokogiri (1.18.2-x86_64-linux-musl)
145145
racc (~> 1.4)
146-
open3 (0.2.1)
147146
pastel (0.8.0)
148147
tty-color (~> 0.5)
149148
pp (0.6.2)
@@ -155,7 +154,7 @@ GEM
155154
puma (6.6.0)
156155
nio4r (~> 2.0)
157156
racc (1.8.1)
158-
rack (3.1.9)
157+
rack (3.1.10)
159158
rack-session (2.1.0)
160159
base64 (>= 0.1.0)
161160
rack (>= 3.0.0)
@@ -197,28 +196,17 @@ GEM
197196
psych (>= 4.0.0)
198197
reline (0.6.0)
199198
io-console (~> 0.5)
200-
ruby-nginx (1.0.0.pre.beta)
199+
ruby-nginx (1.0.0.pre.beta.4)
201200
erb
202-
open3
203201
thor
204-
tty-command
205-
tty-prompt
202+
tty-command (~> 0.10, >= 0.10.1)
206203
securerandom (0.4.1)
207-
stringio (3.1.2)
204+
stringio (3.1.3)
208205
thor (1.3.2)
209206
timeout (0.4.3)
210207
tty-color (0.6.0)
211208
tty-command (0.10.1)
212209
pastel (~> 0.8)
213-
tty-cursor (0.7.1)
214-
tty-prompt (0.23.1)
215-
pastel (~> 0.8)
216-
tty-reader (~> 0.8)
217-
tty-reader (0.9.0)
218-
tty-cursor (~> 0.7)
219-
tty-screen (~> 0.8)
220-
wisper (~> 2.0)
221-
tty-screen (0.8.2)
222210
tzinfo (2.0.6)
223211
concurrent-ruby (~> 1.0)
224212
uri (1.0.2)
@@ -227,7 +215,6 @@ GEM
227215
base64
228216
websocket-extensions (>= 0.1.0)
229217
websocket-extensions (0.1.5)
230-
wisper (2.0.1)
231218
zeitwerk (2.7.1)
232219

233220
PLATFORMS

0 commit comments

Comments
 (0)