Skip to content

Commit

Permalink
Add drb to rabbit.gemspec
Browse files Browse the repository at this point in the history
Because drb is no longer a default gem from Ruby 3.4
ref ruby/ruby#9629
  • Loading branch information
hasumikin committed Feb 25, 2025
1 parent d1264c7 commit ebff328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rabbit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ can see your slide at https://slide.rabbit-shocker.org/ .

spec.add_runtime_dependency("coderay", ">= 1.0.0")
spec.add_runtime_dependency("csv")
spec.add_runtime_dependency("drb")
spec.add_runtime_dependency("gdk_pixbuf2", ">= 3.0.9")
spec.add_runtime_dependency("gettext", ">= 3.0.1")
# spec.add_runtime_dependency("gstreamer")
Expand Down

0 comments on commit ebff328

Please sign in to comment.