Commit 56a52705 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Gemspec] Bump nap and rake dependencies

parent eb805803
...@@ -7,13 +7,13 @@ GIT ...@@ -7,13 +7,13 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 9396853b7e9363c32ac4c8b60c4d652c36e5824e revision: b764c274e255b74d4f8efdd2f9cc82faa9bad297
branch: master branch: master
specs: specs:
cocoapods-core (0.39.0.beta.2) cocoapods-core (0.39.0.beta.2)
activesupport (>= 3.2.15) activesupport (>= 3.2.15)
fuzzy_match (~> 2.0.4) fuzzy_match (~> 2.0.4)
nap (~> 0.8.0) nap (~> 1.0)
GIT GIT
remote: https://github.com/CocoaPods/Molinillo.git remote: https://github.com/CocoaPods/Molinillo.git
...@@ -85,7 +85,7 @@ PATH ...@@ -85,7 +85,7 @@ PATH
colored (~> 1.2) colored (~> 1.2)
escape (~> 0.0.4) escape (~> 0.0.4)
molinillo (~> 0.3.1) molinillo (~> 0.3.1)
nap (~> 0.8) nap (~> 1.0)
xcodeproj (~> 0.27.0) xcodeproj (~> 0.27.0)
GEM GEM
...@@ -136,7 +136,7 @@ GEM ...@@ -136,7 +136,7 @@ GEM
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.2) mocha-on-bacon (0.2.2)
mocha (>= 0.13.0) mocha (>= 0.13.0)
nap (0.8.0) nap (1.0.0)
netrc (0.7.8) netrc (0.7.8)
notify (0.5.2) notify (0.5.2)
parser (2.2.0.3) parser (2.2.0.3)
...@@ -202,7 +202,7 @@ DEPENDENCIES ...@@ -202,7 +202,7 @@ DEPENDENCIES
mocha-on-bacon mocha-on-bacon
molinillo! molinillo!
prettybacon prettybacon
rake rake (~> 10.0)
rb-fsevent rb-fsevent
rubocop rubocop
ruby-prof ruby-prof
......
...@@ -40,10 +40,10 @@ Gem::Specification.new do |s| ...@@ -40,10 +40,10 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'colored', '~> 1.2' s.add_runtime_dependency 'colored', '~> 1.2'
s.add_runtime_dependency 'escape', '~> 0.0.4' s.add_runtime_dependency 'escape', '~> 0.0.4'
s.add_runtime_dependency 'activesupport', '>= 3.2.15' s.add_runtime_dependency 'activesupport', '>= 3.2.15'
s.add_runtime_dependency 'nap', '~> 0.8' s.add_runtime_dependency 'nap', '~> 1.0'
s.add_development_dependency 'bundler', '~> 1.3' s.add_development_dependency 'bundler', '~> 1.3'
s.add_development_dependency 'rake' s.add_development_dependency 'rake', '~> 10.0'
s.add_development_dependency 'bacon', '~> 1.1' s.add_development_dependency 'bacon', '~> 1.1'
## Make sure you can build the gem on older versions of RubyGems too: ## Make sure you can build the gem on older versions of RubyGems too:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment