Skip to content

Commit

Permalink
update to ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Feb 11, 2024
1 parent 9b5c442 commit 2a51ecb
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .docker/jekyll.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.5
FROM ruby:3.1

RUN apt-get update \
&& apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5
3.1
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "jekyll", "3.8.5"
gem "jekyll", "3.9.3"
gem "github-pages", group: :jekyll_plugins

gem "webrick", "~> 1.8"
Loading

0 comments on commit 2a51ecb

Please sign in to comment.