Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
James Denness committed Oct 10, 2017
1 parent 8828290 commit 49200a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clubhouse2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'bin'
spec.require_paths = [ 'lib' ]

spec.required_ruby_version = '>= 2.3.0'
spec.add_dependency 'http', '~> 1'
spec.add_dependency 'pry', '~> 0.10.4'
spec.requirements << 'A clubhouse account (https://clubhouse.io)'

spec.add_development_dependency "bundler", "~> 1.10"
end

0 comments on commit 49200a2

Please sign in to comment.