Skip to content

Commit

Permalink
fix ruby version and Gemfile, github-pages now uses Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Aug 30, 2024
1 parent dcc515e commit be06e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.5.3
ruby-3.3.4
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ gem 'webrick', '~> 1.7'
group :test do
gem 'rake'
gem 'html-proofer'
end

gem "jemoji", "~> 0.13.0"
end

0 comments on commit be06e83

Please sign in to comment.