Skip to content

Commit

Permalink
Upgrade to Ruby 3.3.1 from 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 23, 2024
1 parent e74851a commit 218f639
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.3.0
ruby 3.3.1
nodejs 20.7.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-alpine
FROM ruby:3.3.1-alpine

LABEL org.prx.app="yes"
LABEL org.prx.spire.publish.ecr="RAILS_APP"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.0"
ruby "3.3.1"

# core
gem "activerecord-session_store"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

BUNDLED WITH
2.4.10

0 comments on commit 218f639

Please sign in to comment.