Skip to content

Commit

Permalink
Lock rake, try to knock out 1.9.3 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Nov 2, 2011
1 parent 3468ae1 commit f26f34f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'
gem 'rack', '~>1.3.0'
gem 'rake'
gem 'rake', '~>0.9.2.1'
gem 'sinatra'
gem 'activerecord'
gem 'mustache', '=0.99.3'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -53,8 +53,8 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
raindrops (0.7.0)
rake (0.9.2)
raindrops (0.8.0)
rake (0.9.2.2)
rb-fsevent (0.4.3.1)
ruby-audioinfo (0.1.7)
apetag (= 1.1.2)
Expand All @@ -73,7 +73,7 @@ GEM
sqlite3 (1.3.4)
tilt (1.3.3)
tzinfo (0.3.30)
unicorn (4.1.0)
unicorn (4.1.1)
kgio (~> 2.4)
rack
raindrops (~> 0.6)
Expand All @@ -93,7 +93,7 @@ DEPENDENCIES
oa-oauth
rack (~> 1.3.0)
rack-test
rake
rake (~> 0.9.2.1)
rb-fsevent
ruby-audioinfo
running_man
Expand Down

0 comments on commit f26f34f

Please sign in to comment.