Skip to content

Commit eafef88

Browse files
authored
Merge pull request #1208 from SethTisue/nokogiri
update Ruby to 2.5.8 (was 2.3.1) and nokogiri to 1.11.1
2 parents 1f641fa + 1fb1333 commit eafef88

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.3.1
3+
- 2.5.8
44

55
cache: bundler
66

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,16 @@ GEM
5959
rb-fsevent (~> 0.10, >= 0.10.3)
6060
rb-inotify (~> 0.9, >= 0.9.10)
6161
mercenary (0.3.6)
62-
mini_portile2 (2.4.0)
62+
mini_portile2 (2.5.0)
6363
minitest (5.14.1)
64-
nokogiri (1.10.10)
65-
mini_portile2 (~> 2.4.0)
64+
nokogiri (1.11.1)
65+
mini_portile2 (~> 2.5.0)
66+
racc (~> 1.4)
6667
parallel (1.12.1)
6768
pathutil (0.16.2)
6869
forwardable-extended (~> 2.6)
6970
public_suffix (4.0.5)
71+
racc (1.5.2)
7072
rake (12.3.3)
7173
rb-fsevent (0.10.4)
7274
rb-inotify (0.10.1)

0 commit comments

Comments
 (0)