Skip to content

Commit

Permalink
Update dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dong-dev authored Nov 23, 2024
1 parent d25c689 commit 89ffa92
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 210 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ruby:2.5.1
FROM ruby:3.3.6

ENV LANG=C.UTF-8

RUN gem install bundler -v 2.3.27
RUN gem install bundler -v 2.5.23

WORKDIR /app

Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source 'http://rubygems.org'
gem 'github-pages'
gem 'html-proofer'
gem 'jekyll-admin'
gem "sinatra", ">= 3", "< 4"
Loading

0 comments on commit 89ffa92

Please sign in to comment.