Commit 9905fd87 authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Add version requirements to rake for Ruby 1.8.7

parent ce3c8665
...@@ -17,7 +17,7 @@ group :development do ...@@ -17,7 +17,7 @@ group :development do
gem "bacon" gem "bacon"
gem "mocha-on-bacon" gem "mocha-on-bacon"
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master'
gem "rake" gem 'rake', '~> 10.1.0' # Ruby 1.8.7
# For the integration tests # For the integration tests
gem "diffy" gem "diffy"
......
...@@ -18,7 +18,7 @@ GIT ...@@ -18,7 +18,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: e8c929f5e242647590a162477c0f11f65bc8fb2c revision: 985c0c973f27267824500ef5ab1ec399231349f1
branch: master branch: master
specs: specs:
xcodeproj (0.15.0) xcodeproj (0.15.0)
...@@ -130,7 +130,7 @@ GEM ...@@ -130,7 +130,7 @@ GEM
pygments.rb (0.5.4) pygments.rb (0.5.4)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)
rake (10.2.1) rake (10.1.1)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
rb-inotify (0.9.3) rb-inotify (0.9.3)
ffi (>= 0.5.0) ffi (>= 0.5.0)
...@@ -173,7 +173,7 @@ DEPENDENCIES ...@@ -173,7 +173,7 @@ DEPENDENCIES
prettybacon! prettybacon!
pry pry
pygments.rb pygments.rb
rake rake (~> 10.1.0)
rb-fsevent rb-fsevent
redcarpet (< 3.0.0) redcarpet (< 3.0.0)
ruby-prof! ruby-prof!
......
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