Skip to content

Commit

Permalink
Update rake dependency to version 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 22, 2013
1 parent d82dd4a commit 27cc11e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -188,7 +188,7 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.11.0)
rake (10.0.4)
rake (10.1.0)
rdoc (3.12.2)
json (~> 1.4)
redis (3.0.4)
Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
Expand Up @@ -10,7 +10,6 @@ class ActiveSupport::TestCase

class Test::Unit::TestCase
include Rack::Test::Methods
include RR::Adapters::TestUnit unless include?(RR::Adapters::TestUnit)
include WebMock::API
include FactoryGirl::Syntax::Methods

Expand Down
Binary file removed vendor/cache/rake-10.0.4.gem
Binary file not shown.
Binary file added vendor/cache/rake-10.1.0.gem
Binary file not shown.

0 comments on commit 27cc11e

Please sign in to comment.