Skip to content

Commit ad33e4a

Browse files
committed
fix Gemfile
1 parent f2a65b6 commit ad33e4a

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
4040
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
4141
with:
42-
ruby-version: '3.1' # Not needed with a .ruby-version file
4342
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4443
cache-version: 0 # Increment this number if you need to re-download cached gems
4544
- name: Setup Pages

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
#ruby '>= 2.6.0'
2+
ruby '>= 3.2'
33

44
gem 'json', '>1.8.6'
55

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,8 @@ DEPENDENCIES
193193
ostruct
194194
rake
195195

196+
RUBY VERSION
197+
ruby 3.4.1p0
198+
196199
BUNDLED WITH
197200
2.6.3

0 commit comments

Comments
 (0)