We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f8384 commit 7fca5b4Copy full SHA for 7fca5b4
.gitignore
@@ -1,3 +1,4 @@
1
+.bundle
2
coverage
3
vendor/bundle
4
.coditsu/local.yml
.ruby-version
@@ -1 +1 @@
-2.7.1
+2.7.2
.travis.yml
@@ -17,17 +17,17 @@ test: &test
17
jobs:
18
include:
19
- <<: *test
20
- rvm: 2.7.0
+ rvm: 2.7.2
21
22
- rvm: 2.6.5
+ rvm: 2.6.6
23
24
- rvm: 2.5.7
+ rvm: 2.5.8
25
26
rvm: jruby-9.2.9.0
27
28
- stage: coditsu
29
language: ruby
30
31
before_install:
32
- yes | gem update --system
33
script: \curl -sSL https://api.coditsu.io/run/ci | bash
0 commit comments