mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Update rake dependency to version 0.9
This commit is contained in:
parent
086a782cb6
commit
a0c57ce52e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ require File.expand_path('../lib/simple_oauth/version', __FILE__)
|
|||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.add_development_dependency 'mocha', '~> 0.9'
|
||||
gem.add_development_dependency 'rake', '~> 0.8'
|
||||
gem.add_development_dependency 'rake', '~> 0.9'
|
||||
gem.add_development_dependency 'simplecov', '~> 0.4'
|
||||
gem.add_development_dependency 'turn', '~> 0.8'
|
||||
gem.add_development_dependency 'yard', '~> 0.7'
|
||||
|
|
|
|||
Loading…
Reference in a new issue