Skip to content

Commit

Permalink
Update Gemfile + gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-anders committed Dec 3, 2023
1 parent e2d5166 commit 6ad479b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

group :development do
gem 'nsq-cluster', '~> 2.2'
gem 'nsq-cluster', github: 'wistia/nsq-cluster', ref: '94c4d2786ccd867354f2797a36cec08baa06ef5d'
gem 'rspec', '~> 3.10'
end
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
GIT
remote: https://github.com/wistia/nsq-cluster.git
revision: 94c4d2786ccd867354f2797a36cec08baa06ef5d
ref: 94c4d2786ccd867354f2797a36cec08baa06ef5d
specs:
nsq-cluster (2.2.0)
sys-proctable (~> 1.3)

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.5.0)
ffi (1.16.3)
nsq-cluster (2.2.0)
sys-proctable (~> 1.3)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -25,7 +31,7 @@ PLATFORMS
ruby

DEPENDENCIES
nsq-cluster (~> 2.2)
nsq-cluster!
rspec (~> 3.10)

BUNDLED WITH
Expand Down

0 comments on commit 6ad479b

Please sign in to comment.