mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Make sure rake is version 0.8.7
This commit is contained in:
parent
f69e3e42b0
commit
0e4614289b
2 changed files with 3 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -2,6 +2,7 @@ source :gemcutter
|
|||
source :rubyforge
|
||||
source "http://gems.github.com/"
|
||||
|
||||
gem "rake", "~>0.8.7"
|
||||
gem "rails", "~>2.3.12"
|
||||
gem "highline", "~>1.5.0"
|
||||
gem "RedCloth", "4.2.3"
|
||||
|
|
|
@ -66,7 +66,7 @@ GEM
|
|||
activeresource (= 2.3.14)
|
||||
activesupport (= 2.3.14)
|
||||
rake (>= 0.8.3)
|
||||
rake (0.9.2)
|
||||
rake (0.8.7)
|
||||
rspec (1.3.2)
|
||||
rspec-rails (1.3.4)
|
||||
rack (>= 1.0.0)
|
||||
|
@ -106,6 +106,7 @@ DEPENDENCIES
|
|||
mongrel
|
||||
rack (= 1.1.0)
|
||||
rails (~> 2.3.12)
|
||||
rake (~> 0.8.7)
|
||||
rspec-rails (~> 1.3.3)
|
||||
ruby-openid
|
||||
rubycas-client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue