mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-26 08:55:50 +00:00
Add bundler as a development dependency
This commit is contained in:
parent
7db3df6ffd
commit
cde93bb5cc
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
require File.expand_path('../lib/simple_oauth/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.add_development_dependency 'bundler', '~> 1.0'
|
||||
spec.add_development_dependency 'mocha', '~> 0.9'
|
||||
spec.add_development_dependency 'rake', '~> 0.8'
|
||||
spec.add_development_dependency 'simplecov', '~> 0.4'
|
||||
|
|
|
|||
Loading…
Reference in a new issue