Skip to content

Commit

Permalink
Upgrading to Ruby 3.2 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
imacomber authored Sep 19, 2023
1 parent ac233b8 commit aebd25b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.5
3.2.2
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.0.5
ruby 3.2.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0.5-slim-buster
FROM ruby:3.2.2-slim

WORKDIR /srv/slate

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby "3.0.5"
ruby "3.2.2"
source "https://ezcater.jfrog.io/ezcater/api/gems/ezcater-gem-source"

# Middleman
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ DEPENDENCIES
sass

RUBY VERSION
ruby 3.0.5p211
ruby 3.2.2p53

BUNDLED WITH
2.3.9

0 comments on commit aebd25b

Please sign in to comment.