Skip to content

Commit d7e24db

Browse files
committed
Update explicit-paramters for Ruby 3.5 compatibility
1 parent c7b90c2 commit d7e24db

1 file changed

Lines changed: 22 additions & 24 deletions

File tree

Gemfile.lock

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ GEM
117117
descendants_tracker (~> 0.0.4)
118118
ice_nine (~> 0.11.0)
119119
thread_safe (~> 0.3, >= 0.3.1)
120-
base64 (0.2.0)
121-
benchmark (0.4.0)
122-
bigdecimal (3.1.8)
120+
base64 (0.3.0)
121+
benchmark (0.4.1)
122+
bigdecimal (3.2.2)
123123
builder (3.3.0)
124124
byebug (11.1.3)
125125
coderay (1.1.3)
@@ -132,26 +132,27 @@ GEM
132132
coffee-script-source
133133
execjs
134134
coffee-script-source (1.12.2)
135-
concurrent-ruby (1.3.4)
136-
connection_pool (2.4.1)
135+
concurrent-ruby (1.3.5)
136+
connection_pool (2.5.3)
137137
crack (0.4.5)
138138
rexml
139139
crass (1.0.6)
140140
date (3.3.4)
141141
descendants_tracker (0.0.4)
142142
thread_safe (~> 0.3, >= 0.3.1)
143143
docile (1.4.0)
144-
drb (2.2.1)
144+
drb (2.2.3)
145145
ejson (1.4.1)
146146
ejson-rails (0.2.1)
147147
ejson
148148
railties (>= 5.2)
149149
equalizer (0.0.11)
150-
erubi (1.13.0)
150+
erubi (1.13.1)
151151
execjs (2.8.1)
152-
explicit-parameters (0.4.1)
152+
explicit-parameters (0.4.2)
153153
actionpack (>= 6.0)
154154
activemodel (>= 6.0)
155+
ostruct
155156
virtus (~> 1.0)
156157
faker (2.20.0)
157158
i18n (>= 1.8.11, < 2)
@@ -186,7 +187,7 @@ GEM
186187
activesupport (>= 6.1)
187188
hashdiff (1.0.1)
188189
hashie (5.0.0)
189-
i18n (1.14.6)
190+
i18n (1.14.7)
190191
concurrent-ruby (~> 1.0)
191192
ice_nine (0.11.2)
192193
io-console (0.7.2)
@@ -201,8 +202,8 @@ GEM
201202
jwt (2.7.1)
202203
lodash-rails (4.17.21)
203204
railties (>= 3.1)
204-
logger (1.6.1)
205-
loofah (2.22.0)
205+
logger (1.7.0)
206+
loofah (2.24.1)
206207
crass (~> 1.0.2)
207208
nokogiri (>= 1.12.0)
208209
mail (2.8.1)
@@ -213,8 +214,7 @@ GEM
213214
marcel (1.0.4)
214215
method_source (1.0.0)
215216
mini_mime (1.1.5)
216-
mini_portile2 (2.8.9)
217-
minitest (5.25.1)
217+
minitest (5.25.5)
218218
mocha (2.4.5)
219219
ruby2_keywords (>= 0.0.5)
220220
msgpack (1.7.1)
@@ -231,12 +231,9 @@ GEM
231231
net-smtp (0.5.0)
232232
net-protocol
233233
nio4r (2.7.3)
234-
nokogiri (1.16.7)
235-
mini_portile2 (~> 2.8.2)
234+
nokogiri (1.18.8-arm64-darwin)
236235
racc (~> 1.4)
237-
nokogiri (1.16.7-arm64-darwin)
238-
racc (~> 1.4)
239-
nokogiri (1.16.7-x86_64-linux)
236+
nokogiri (1.18.8-x86_64-linux-gnu)
240237
racc (~> 1.4)
241238
oauth2 (2.0.9)
242239
faraday (>= 0.17.3, < 3.0)
@@ -257,6 +254,7 @@ GEM
257254
omniauth-oauth2 (1.7.3)
258255
oauth2 (>= 1.4, < 3)
259256
omniauth (>= 1.9, < 3)
257+
ostruct (0.6.2)
260258
paquito (0.10.0)
261259
msgpack (>= 1.5.2)
262260
parallel (1.27.0)
@@ -279,7 +277,7 @@ GEM
279277
rack (2.2.17)
280278
rack-session (1.0.2)
281279
rack (< 3)
282-
rack-test (2.1.0)
280+
rack-test (2.2.0)
283281
rack (>= 1.3)
284282
rackup (1.0.0)
285283
rack (< 3)
@@ -298,13 +296,13 @@ GEM
298296
activesupport (= 8.0.2)
299297
bundler (>= 1.15.0)
300298
railties (= 8.0.2)
301-
rails-dom-testing (2.2.0)
299+
rails-dom-testing (2.3.0)
302300
activesupport (>= 5.0.0)
303301
minitest
304302
nokogiri (>= 1.6)
305-
rails-html-sanitizer (1.6.0)
303+
rails-html-sanitizer (1.6.2)
306304
loofah (~> 2.21)
307-
nokogiri (~> 1.14)
305+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
308306
rails-timeago (2.13.0)
309307
actionpack (>= 3.1)
310308
activesupport (>= 3.1)
@@ -364,7 +362,7 @@ GEM
364362
addressable (>= 2.3.5)
365363
faraday (>= 0.17.3, < 3)
366364
securecompare (1.0.0)
367-
securerandom (0.3.1)
365+
securerandom (0.4.1)
368366
simplecov (0.21.2)
369367
docile (~> 1.1)
370368
simplecov-html (~> 0.11)
@@ -401,7 +399,7 @@ GEM
401399
concurrent-ruby (~> 1.0)
402400
unicode-display_width (2.6.0)
403401
uri (1.0.3)
404-
useragent (0.16.10)
402+
useragent (0.16.11)
405403
validate_url (1.0.15)
406404
activemodel (>= 3.0.0)
407405
public_suffix

0 commit comments

Comments
 (0)