Skip to content

Commit 2a51ecb

Browse files
committed
update to ruby 3.1
1 parent 9b5c442 commit 2a51ecb

File tree

5 files changed

+142
-120
lines changed

5 files changed

+142
-120
lines changed

.docker/jekyll.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:3.1
22

33
RUN apt-get update \
44
&& apt-get install -y \

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5
1+
3.1

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
# gem "rails"
88

9-
gem "jekyll", "3.8.5"
9+
gem "jekyll", "3.9.3"
1010
gem "github-pages", group: :jekyll_plugins
11+
12+
gem "webrick", "~> 1.8"

0 commit comments

Comments
 (0)