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:
parent
5ebbe7087c
commit
8e6c383fe6
2 changed files with 14 additions and 0 deletions
|
@ -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:
|
||||
|
|
11
gemfiles/Gemfile.rails-head
Normal file
11
gemfiles/Gemfile.rails-head
Normal 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'
|
Loading…
Reference in a new issue