mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Test against Rails 5.
This commit is contained in:
parent
06fe5480eb
commit
6b62727a6a
1 changed files with 16 additions and 0 deletions
16
gemfiles/Gemfile.rails-head
Normal file
16
gemfiles/Gemfile.rails-head
Normal file
|
@ -0,0 +1,16 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gemspec :path => '..'
|
||||
|
||||
platforms :rbx do
|
||||
gem 'rubysl', '~> 2.0'
|
||||
gem 'rubinius-developer_tools'
|
||||
end
|
||||
|
||||
gem 'country_select', '~> 1.1.1'
|
||||
gem 'railties', github: 'rails/rails'
|
||||
gem 'activemodel', github: 'rails/rails'
|
||||
gem 'actionpack', github: 'rails/rails'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'rake'
|
||||
gem 'tzinfo'
|
Loading…
Reference in a new issue