Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Feb 13, 2012
1 parent 7ed03a2 commit 1989b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -47,7 +47,7 @@ _
depend_on 'trollop' , '~> 1.16.2'
depend_on 'logging' , '~> 1.6.2'

depend_on 'rake' , '~> 0.9.2.2' :development => true
depend_on 'rake' , '~> 0.9.2.2', :development => true
depend_on 'bones' , "~> #{USING_BONES_VERSION}", :development => true
depend_on 'rack-test' , '~> 0.6.1', :development => true
depend_on 'bones-extras', '~> 1.3.0', :development => true
Expand Down

0 comments on commit 1989b4f

Please sign in to comment.