travis: Add Rails 6.1
This commit is contained in:
Родитель
c43a4cb312
Коммит
e9fb4c7bc9
|
@ -14,6 +14,7 @@ gemfile:
|
|||
- test/gemfiles/rails_5_0.gemfile
|
||||
- test/gemfiles/rails_5_1.gemfile
|
||||
- test/gemfiles/rails_6_0.gemfile
|
||||
- test/gemfiles/rails_6_1.gemfile
|
||||
|
||||
jobs:
|
||||
exclude:
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'actionpack', '~> 6.1.3'
|
||||
gem 'activesupport', '~> 6.1.3'
|
||||
gem 'autoprefixer-rails', '>= 9.7.6'
|
||||
|
||||
gemspec path: '../../'
|
Загрузка…
Ссылка в новой задаче