Skip to content

Commit

Permalink
revert to nsq-ruby instead of the fastly fork
Browse files Browse the repository at this point in the history
The functionality we added to our fork has been merged upstream
  • Loading branch information
leklund committed Jan 16, 2024
1 parent b4abf50 commit 120c713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastly_nsq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "yard"

gem.add_dependency "concurrent-ruby", "~> 1.0"
gem.add_dependency "nsq-ruby-fastly", "~> 2.4"
gem.add_dependency "nsq-ruby", "~> 2.4.1"
gem.add_dependency "priority_queue_cxx", "~> 0.3"
end

0 comments on commit 120c713

Please sign in to comment.