1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00

Let Devise play with Rails master

This commit is contained in:
Andriel Nuernberg 2013-12-06 14:59:07 -02:00
parent 5ebbe7087c
commit 8e6c383fe6
2 changed files with 14 additions and 0 deletions

View file

@ -2,6 +2,9 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
matrix:
allow_failures:
gemfile: gemfiles/Gemfile.rails-head
notifications:
email: false
campfire:

View file

@ -0,0 +1,11 @@
source 'https://rubygems.org'
gemspec :path => '..'
gem 'country_select', '~> 1.1.1'
gem 'railties', github: 'rails/rails'
gem 'activemodel', github: 'rails/rails'
gem 'actionpack', github: 'rails/rails'
gem 'rake'
gem 'rdoc'
gem 'tzinfo'