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.
2 parents 1f641fa + 1fb1333 commit eafef88Copy full SHA for eafef88
.travis.yml
@@ -1,6 +1,6 @@
1
language: ruby
2
rvm:
3
- - 2.3.1
+ - 2.5.8
4
5
cache: bundler
6
Gemfile.lock
@@ -59,14 +59,16 @@ GEM
59
rb-fsevent (~> 0.10, >= 0.10.3)
60
rb-inotify (~> 0.9, >= 0.9.10)
61
mercenary (0.3.6)
62
- mini_portile2 (2.4.0)
+ mini_portile2 (2.5.0)
63
minitest (5.14.1)
64
- nokogiri (1.10.10)
65
- mini_portile2 (~> 2.4.0)
+ nokogiri (1.11.1)
+ mini_portile2 (~> 2.5.0)
66
+ racc (~> 1.4)
67
parallel (1.12.1)
68
pathutil (0.16.2)
69
forwardable-extended (~> 2.6)
70
public_suffix (4.0.5)
71
+ racc (1.5.2)
72
rake (12.3.3)
73
rb-fsevent (0.10.4)
74
rb-inotify (0.10.1)
0 commit comments