We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43a4cb commit e9fb4c7Copy full SHA for e9fb4c7
2 files changed
.travis.yml
@@ -14,6 +14,7 @@ gemfile:
14
- test/gemfiles/rails_5_0.gemfile
15
- test/gemfiles/rails_5_1.gemfile
16
- test/gemfiles/rails_6_0.gemfile
17
+ - test/gemfiles/rails_6_1.gemfile
18
19
jobs:
20
exclude:
test/gemfiles/rails_6_1.gemfile
@@ -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