Skip to content

Commit b677993

Browse files
committed
Fix build error
Signed-off-by: Ben Cotton <ben@kusari.dev>
1 parent af86808 commit b677993

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ GEM
99
zeitwerk (~> 2.3)
1010
addressable (2.8.4)
1111
public_suffix (>= 2.0.2, < 6.0)
12+
base64 (0.3.0)
13+
bigdecimal (4.0.1)
1214
coffee-script (2.4.1)
1315
coffee-script-source
1416
execjs
@@ -262,11 +264,12 @@ GEM
262264
PLATFORMS
263265
arm64-darwin-23
264266
arm64-darwin-24
267+
arm64-darwin-25
265268
x86_64-linux
266269

267270
DEPENDENCIES
268271
base64 (~> 0.3.0)
269-
bigdecimal (4.0.1)
272+
bigdecimal (~> 4.0)
270273
csv (~> 3.3)
271274
github-pages (~> 228)
272275
http_parser.rb (~> 0.6.0)

0 commit comments

Comments
 (0)