Skip to content

Commit

Permalink
Set dependency to any prerelease of Rails 3.1
Browse files Browse the repository at this point in the history
This way it will continue to work when new release candidates are released,
but not sure if it will work on the actual release.
  • Loading branch information
blowmage committed Jun 22, 2011
1 parent bab0c0f commit c58bac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .rvmrc
@@ -0,0 +1 @@
rvm 1.9.2@minitest-rails --create
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -18,9 +18,9 @@ Hoe.spec 'minitest-rails' do
self.testlib = :minitest

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

# vim: syntax=ruby

0 comments on commit c58bac2

Please sign in to comment.