We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af86808 commit b677993Copy full SHA for b677993
Gemfile.lock
@@ -9,6 +9,8 @@ GEM
9
zeitwerk (~> 2.3)
10
addressable (2.8.4)
11
public_suffix (>= 2.0.2, < 6.0)
12
+ base64 (0.3.0)
13
+ bigdecimal (4.0.1)
14
coffee-script (2.4.1)
15
coffee-script-source
16
execjs
@@ -262,11 +264,12 @@ GEM
262
264
PLATFORMS
263
265
arm64-darwin-23
266
arm64-darwin-24
267
+ arm64-darwin-25
268
x86_64-linux
269
270
DEPENDENCIES
271
base64 (~> 0.3.0)
- bigdecimal (4.0.1)
272
+ bigdecimal (~> 4.0)
273
csv (~> 3.3)
274
github-pages (~> 228)
275
http_parser.rb (~> 0.6.0)
0 commit comments