Skip to content

Commit a0dbfb1

Browse files
authored
Use cgi and fiddle gems (#20)
GitHub: Fix GH-19 Ruby 3.5 or later doesn't bundle `cgi` and `fiddle`. So we need to use gem versions of them explicitly. Reported by Mamoru TASAKA. Thanks!!!
1 parent cf0d8c3 commit a0dbfb1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# -*- mode: ruby; coding: utf-8 -*-
1+
# -*- ruby -*-
22
#
3-
# Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com>
3+
# Copyright (C) 2012-2025 Kouhei Sutou <kou@clear-code.com>
44
#
55
# License: Ruby's or LGPL
66
#
@@ -20,3 +20,6 @@
2020
source 'https://rubygems.org'
2121

2222
gemspec
23+
24+
gem "cgi"
25+
gem "fiddle"

0 commit comments

Comments
 (0)