Skip to content

Commit ab70780

Browse files
authored
Merge pull request #1345 from scala/dependabot/bundler/nokogiri-1.13.3
Bump nokogiri from 1.12.5 to 1.13.3
2 parents de3d4a0 + ba76736 commit ab70780

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: ruby/setup-ruby@v1
1414
with:
15-
ruby-version: '2.5.8'
15+
ruby-version: '2.6.9'
1616
bundler-cache: true
1717
- name: Build documents
1818
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.5
1+
FROM ruby:2.6
22

33
RUN gem install bundler jekyll
44

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +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.6.1)
62+
mini_portile2 (2.8.0)
6363
minitest (5.14.1)
64-
nokogiri (1.12.5)
65-
mini_portile2 (~> 2.6.1)
64+
nokogiri (1.13.3)
65+
mini_portile2 (~> 2.8.0)
6666
racc (~> 1.4)
6767
parallel (1.12.1)
6868
pathutil (0.16.2)
6969
forwardable-extended (~> 2.6)
7070
public_suffix (4.0.6)
71-
racc (1.5.2)
71+
racc (1.6.0)
7272
rake (12.3.3)
7373
rb-fsevent (0.10.4)
7474
rb-inotify (0.10.1)

0 commit comments

Comments
 (0)