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.
2 parents 76017af + f5a308d commit cbaabefCopy full SHA for cbaabef
Gemfile.lock
@@ -13,7 +13,7 @@ GEM
13
remote: https://rubygems.org/
14
specs:
15
abbrev (0.1.2)
16
- activesupport (7.2.2.1)
+ activesupport (8.0.1)
17
base64
18
benchmark (>= 0.3)
19
bigdecimal
@@ -25,6 +25,7 @@ GEM
25
minitest (>= 5.1)
26
securerandom (>= 0.3)
27
tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
29
addressable (2.8.7)
30
public_suffix (>= 2.0.2, < 7.0)
31
ast (2.4.2)
@@ -56,7 +57,7 @@ GEM
56
57
listen (3.9.0)
58
rb-fsevent (~> 0.10, >= 0.10.3)
59
rb-inotify (~> 0.9, >= 0.9.10)
- logger (1.6.2)
60
+ logger (1.6.3)
61
marcel (1.0.4)
62
memory_profiler (1.0.2)
63
minitest (5.25.4)
@@ -149,6 +150,7 @@ GEM
149
150
tzinfo (2.0.6)
151
concurrent-ruby (~> 1.0)
152
unicode-display_width (2.6.0)
153
+ uri (1.0.2)
154
zlib (3.2.0)
155
156
PLATFORMS
0 commit comments