Skip to content

Commit

Permalink
Merge pull request #37 from iwishiwasaneagle/update-profile-picture
Browse files Browse the repository at this point in the history
chore: Update profile picture
  • Loading branch information
iwishiwasaneagle authored Jan 3, 2025
2 parents c7f2849 + c51f1df commit 9c0ae6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM ruby:3.0
FROM ruby:3.4.1

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.4.1
bundler-cache: true

- name: Build website
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.3.2"
gem "csv", "~> 3.3"
gem "logger", "~> 1.6"
gem "base64", "~> 0.2.0"
gem "observer", "~> 0.1.2"

# Required for LSI
gem "classifier-reborn", "~> 2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions static/img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c0ae6c

Please sign in to comment.