Skip to content

Commit

Permalink
Change dependency to rails 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
phiggins committed Sep 5, 2011
1 parent 4719887 commit 7c10495
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Rakefile
Expand Up @@ -17,10 +17,8 @@ Hoe.spec 'minitest-rails' do
self.readme_file = "README.rdoc"
self.testlib = :minitest

extra_deps << ['minitest', '~> 2.2']
extra_deps << ['railties', '~> 3.1.0.rc1']
extra_deps << ['activesupport', '~> 3.1.0.rc1']
extra_deps << ['actionpack', '~> 3.1.0.rc1']
extra_deps << ['minitest', '~> 2.2']
extra_deps << ['rails', '~> 3.1.0']
end

# vim: syntax=ruby

0 comments on commit 7c10495

Please sign in to comment.