We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177c148 commit b10dd63Copy full SHA for b10dd63
Gemfile.lock
@@ -68,8 +68,9 @@ GEM
68
tzinfo (~> 2.0)
69
addressable (2.8.6)
70
public_suffix (>= 2.0.2, < 6.0)
71
- appsignal (3.7.5)
72
- rack
+ appsignal (4.5.9)
+ logger
73
+ rack (>= 2.0.0)
74
ast (2.4.2)
75
base64 (0.2.0)
76
bcrypt (3.1.20)
@@ -196,6 +197,7 @@ GEM
196
197
jwt (2.8.2)
198
base64
199
language_server-protocol (3.17.0.3)
200
+ logger (1.7.0)
201
loofah (2.23.1)
202
crass (~> 1.0.2)
203
nokogiri (>= 1.12.0)
@@ -241,7 +243,7 @@ GEM
241
243
puma (6.5.0)
242
244
nio4r (~> 2.0)
245
racc (1.8.1)
- rack (2.2.10)
246
+ rack (2.2.13)
247
rack-cors (2.0.2)
248
rack (>= 2.0.0)
249
rack-test (2.1.0)
0 commit comments