Skip to content

Commit

Permalink
Add base64 to runtime dependencies for Ruby 3.4 compatibility (rubycd…
Browse files Browse the repository at this point in the history
  • Loading branch information
tisba authored Jul 24, 2024
1 parent 19767d0 commit a5275bf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ferrum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.7.0"

s.add_runtime_dependency "addressable", "~> 2.5"
s.add_runtime_dependency "concurrent-ruby", "~> 1.1"
s.add_runtime_dependency "webrick", "~> 1.7"
s.add_runtime_dependency "websocket-driver", "~> 0.7"
s.add_dependency "addressable", "~> 2.5"
s.add_dependency "base64", "~> 0.2"
s.add_dependency "concurrent-ruby", "~> 1.1"
s.add_dependency "webrick", "~> 1.7"
s.add_dependency "websocket-driver", "~> 0.7"
end

0 comments on commit a5275bf

Please sign in to comment.