The bmannconsulting.com website

Upgrading to Ruby 3.1.4

+1 -1
.ruby-version
··· 1 - 2.7.8
··· 1 + 3.1.4
+1 -1
Gemfile
··· 7 8 git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } 9 10 - gem "jekyll", "~> 4.3" 11 gem "liquid-c" 12 gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules" 13
··· 7 8 git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } 9 10 + gem "jekyll", "~> 4.1" 11 gem "liquid-c" 12 gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules" 13
+2 -2
Gemfile.lock
··· 83 ruby 84 85 DEPENDENCIES 86 - jekyll (~> 4.3) 87 jekyll-last-modified-at! 88 liquid-c 89 nokogiri 90 91 RUBY VERSION 92 - ruby 2.7.8p225 93 94 BUNDLED WITH 95 2.1.4
··· 83 ruby 84 85 DEPENDENCIES 86 + jekyll (~> 4.1) 87 jekyll-last-modified-at! 88 liquid-c 89 nokogiri 90 91 RUBY VERSION 92 + ruby 3.1.4p223 93 94 BUNDLED WITH 95 2.1.4