Skip to content

Commit

Permalink
update ruby for NFSN
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed May 1, 2024
1 parent b6614cd commit 93d5e15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
3.1.3
3.2.2
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Ruby version installed on NFSN.
ruby '~> 3.1.3'
ruby '~> 3.2.2'

gem 'jekyll', '~> 4.0'
gem 'jekyll-sitemap'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -12,7 +12,7 @@ GEM
ffi (1.16.3)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -44,18 +44,18 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
public_suffix (5.0.5)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rouge (4.2.0)
rouge (4.2.1)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
Expand All @@ -78,7 +78,7 @@ DEPENDENCIES
jekyll-sitemap

RUBY VERSION
ruby 3.1.3p185
ruby 3.2.2p53

BUNDLED WITH
2.5.6
2.5.9

0 comments on commit 93d5e15

Please sign in to comment.