Skip to content

Commit

Permalink
Add gem dependencies from our previous bundler setup
Browse files Browse the repository at this point in the history
I haven't recently thought about the rationale for any of these
dependencies. I'm just copying our previous setup in an attempt to get a
working gem.
  • Loading branch information
andrewsardone committed Dec 9, 2013
1 parent 3b0c820 commit 75bc4a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ Gem::Specification.new do |s|
s.files = [ 'lib/api-spec.rb' ]
s.homepage = 'https://github.com/nutshellcrm/api-spec'
s.license = 'MIT'

s.add_runtime_dependency 'cucumber', '~> 1.3.2'
s.add_runtime_dependency 'rspec', '~> 2.13.0'
s.add_runtime_dependency 'faraday', '~> 0.8.7'

s.add_runtime_dependency 'json_spec', '~> 1.1.1'
s.add_runtime_dependency 'json', '~> 1.8.0'
end

0 comments on commit 75bc4a6

Please sign in to comment.