Skip to content

Commit

Permalink
Upgrade Ruby to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Jan 17, 2024
1 parent 47da613 commit 628f86f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:3.1.2
FROM ruby:3.1.3
RUN apt-get update -qq && apt-get install -y postgresql-client
WORKDIR /myapp
COPY Gemfile /myapp/Gemfile
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.1.2"
ruby "3.1.3"

gem "rails", "~> 7.0.1"

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ GEM
PLATFORMS
aarch64-linux
arm64-darwin-21
arm64-darwin-22
x86_64-darwin-19
x86_64-linux

Expand Down Expand Up @@ -365,7 +366,7 @@ DEPENDENCIES
websocket-driver!

RUBY VERSION
ruby 3.1.2p20
ruby 3.1.3p185

BUNDLED WITH
2.3.15

0 comments on commit 628f86f

Please sign in to comment.