Skip to content

Commit

Permalink
Merge pull request #583 from p2pu/2024-update-ruby
Browse files Browse the repository at this point in the history
Update to Ruby 3.x
  • Loading branch information
dirkcuys authored Mar 27, 2024
2 parents 8a8a505 + 869d42a commit 744c0f8
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 137 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:2.7
FROM ruby:3
WORKDIR /opt/app
COPY Gemfile /opt/app/
COPY Gemfile.lock /opt/app/
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ group :jekyll_plugins do
gem 'github-pages'
gem "jekyll-commonmark"
end

gem "webrick", "~> 1.8"
Loading

0 comments on commit 744c0f8

Please sign in to comment.