Skip to content

Commit e9fb4c7

Browse files
committed
travis: Add Rails 6.1
1 parent c43a4cb commit e9fb4c7

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ gemfile:
1414
- test/gemfiles/rails_5_0.gemfile
1515
- test/gemfiles/rails_5_1.gemfile
1616
- test/gemfiles/rails_6_0.gemfile
17+
- test/gemfiles/rails_6_1.gemfile
1718

1819
jobs:
1920
exclude:

test/gemfiles/rails_6_1.gemfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'actionpack', '~> 6.1.3'
4+
gem 'activesupport', '~> 6.1.3'
5+
gem 'autoprefixer-rails', '>= 9.7.6'
6+
7+
gemspec path: '../../'

0 commit comments

Comments
 (0)