Skip to content

Commit

Permalink
Update devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
hammar committed Apr 9, 2023
1 parent 53b8ae3 commit 61e15cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Jekyll",
"image": "mcr.microsoft.com/devcontainers/jekyll:0-bullseye",
"image": "mcr.microsoft.com/devcontainers/jekyll:2.7-bullseye",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "lts"
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source "https://rubygems.org"
# gem "rails"
gem "jekyll-scholar"
gem "rake"
gem "webrick"
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
kramdown (~> 2.0)
latex-decode (0.3.1)
liquid (4.0.3)
listen (3.2.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand All @@ -75,13 +75,15 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.6.1)
webrick (1.8.1)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
jekyll-scholar
rake
webrick

BUNDLED WITH
2.3.24

0 comments on commit 61e15cc

Please sign in to comment.