We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a65b6 commit ad33e4aCopy full SHA for ad33e4a
3 files changed
.github/workflows/jekyll.yml
@@ -39,7 +39,6 @@ jobs:
39
# https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
40
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
41
with:
42
- ruby-version: '3.1' # Not needed with a .ruby-version file
43
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
44
cache-version: 0 # Increment this number if you need to re-download cached gems
45
- name: Setup Pages
Gemfile
@@ -1,5 +1,5 @@
1
source 'https://rubygems.org'
2
-#ruby '>= 2.6.0'
+ruby '>= 3.2'
3
4
gem 'json', '>1.8.6'
5
Gemfile.lock
@@ -193,5 +193,8 @@ DEPENDENCIES
193
ostruct
194
rake
195
196
+RUBY VERSION
197
+ ruby 3.4.1p0
198
+
199
BUNDLED WITH
200
2.6.3
0 commit comments