Skip to content

Commit

Permalink
fix: rakefile dsl definition
Browse files Browse the repository at this point in the history
  • Loading branch information
qiao committed Aug 11, 2011
1 parent a195595 commit 0cd90ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -45,7 +45,6 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
nokogiri (1.5.0)
polyglot (0.3.1)
posix-spawn (0.3.6)
rack (1.2.3)
Expand Down Expand Up @@ -85,7 +84,6 @@ DEPENDENCIES
albino
faker
gravatar_image_tag
nokogiri
rails (= 3.0.9)
redcarpet
sqlite3
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -2,6 +2,7 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)
require 'rake/dsl_definition'
require 'rake'

TypedefMe::Application.load_tasks

0 comments on commit 0cd90ab

Please sign in to comment.