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 cc1aa1f
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 @@ -81,4 +81,5 @@ can see your slide at https://slide.rabbit-shocker.org/ .
spec.add_runtime_dependency("rouge")
spec.add_runtime_dependency("rsvg2", ">= 3.1.4")
spec.add_runtime_dependency("rttool")
spec.add_runtime_dependency("drb")
end

0 comments on commit cc1aa1f

Please sign in to comment.