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 8eb0a64 commit a38ffe2Copy full SHA for a38ffe2
2 files changed
.travis.yml
@@ -5,6 +5,7 @@ cache: bundler
5
before_install: gem install bundler
6
7
rvm:
8
+ - 2.6
9
- 2.5
10
- 2.4
11
- 2.3
@@ -14,3 +15,4 @@ gemfile:
14
15
- gemfiles/activesupport_5.0.gemfile
16
- gemfiles/activesupport_5.1.gemfile
17
- gemfiles/activesupport_5.2.gemfile
18
+ - gemfiles/activesupport_6.0.gemfile
Appraisals
@@ -13,3 +13,7 @@ end
13
appraise "activesupport_5.2" do
gem "activesupport", "~> 5.2.2"
end
+
+appraise "activesupport_6.0" do
+ gem "activesupport", "~> 6.0.1"
19
+end
0 commit comments