testing for rc rails

Oleg committed Oct 01, 2011
commit 10a437e2a2335701a3118ced09cc71b679cd810a
Showing 2 changed files with 11 additions and 0 deletions
.travis.yml +1 -0
@@ @@ -8,6 +8,7 @@ rvm:
gemfile:
- test/gemfiles/Gemfile.rails-3.0.x
- test/gemfiles/Gemfile.rails-3.1.x
+ - test/gemfiles/Gemfile.rails-3.1.x.rc
notifications:
recipients:
- oleg@twg.ca
test/gemfiles/Gemfile.rails-3.1.x.rc +10 -0
@@ @@ -0,0 +1,10 @@
+ source 'http://rubygems.org'
+
+ gem 'rails', '~>3.1.1.rc2'
+ gem 'active_link_to', '~>1.0.0'
+ gem 'paperclip', '~>2.4.2'
+
+ group :test do
+ gem 'sqlite3'
+ gem 'jeweler'
+ end