Skip to content

Commit

Permalink
Add bundler development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 2, 2013
1 parent 22d982e commit c07c61f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octokit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
require File.expand_path('../lib/octokit/version', __FILE__)

Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.0'
spec.add_dependency 'addressable', '~> 2.2'
spec.add_dependency 'faraday', '~> 0.8'
spec.add_dependency 'faraday_middleware', '~> 0.9'
Expand Down

0 comments on commit c07c61f

Please sign in to comment.