Skip to content

Commit

Permalink
Add csv as a dependency explicitly for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2024
1 parent 8434272 commit 437afe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rabbit.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2012-2019 Kouhei Sutou <[email protected]>
# Copyright (C) 2012-2024 Kouhei Sutou <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -66,6 +66,7 @@ can see your slide at https://slide.rabbit-shocker.org/ .

spec.required_ruby_version = ">= 2.4.0"

spec.add_runtime_dependency("csv")
spec.add_runtime_dependency("gdk_pixbuf2", ">= 3.0.9")
spec.add_runtime_dependency("gtk3")
spec.add_runtime_dependency("rsvg2", ">= 3.1.4")
Expand Down

0 comments on commit 437afe4

Please sign in to comment.