Skip to content

Commit

Permalink
travis: Add Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Feb 26, 2021
1 parent c43a4cb commit e9fb4c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions test/gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
@@ -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: '../../'

0 comments on commit e9fb4c7

Please sign in to comment.