Skip to content

Commit bd31eb0

Browse files
committed
upgrade ruby version, lockfile and edge blog
1 parent db5893d commit bd31eb0

File tree

7 files changed

+236
-244
lines changed

7 files changed

+236
-244
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.8
1+
3.3.0

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source "https://rubygems.org"
2-
ruby "2.7.8"
2+
ruby "3.3.0"
33

44
group :jekyll_plugins do
55
gem "github-pages"
66
gem "jekyll-paginate-v2"
7-
gem 'jekyll-autoprefixer'
87
gem 'jekyll-feed'
98
end
9+

0 commit comments

Comments
 (0)