We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0013f commit 0c56050Copy full SHA for 0c56050
Gemfile.lock
@@ -1,7 +1,7 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- activesupport (7.2.2)
+ activesupport (8.0.0)
5
base64
6
benchmark (>= 0.3)
7
bigdecimal
@@ -13,10 +13,11 @@ GEM
13
minitest (>= 5.1)
14
securerandom (>= 0.3)
15
tzinfo (~> 2.0, >= 2.0.5)
16
+ uri (>= 0.13.1)
17
addressable (2.8.7)
18
public_suffix (>= 2.0.2, < 7.0)
19
base64 (0.2.0)
- benchmark (0.3.0)
20
+ benchmark (0.4.0)
21
bigdecimal (3.1.8)
22
coffee-script (2.4.1)
23
coffee-script-source
@@ -275,7 +276,7 @@ GEM
275
276
sawyer (0.9.2)
277
addressable (>= 2.3.5)
278
faraday (>= 0.17.3, < 3)
- securerandom (0.3.1)
279
+ securerandom (0.3.2)
280
simpleidn (0.2.3)
281
terminal-table (1.8.0)
282
unicode-display_width (~> 1.1, >= 1.1.1)
0 commit comments