Skip to content

Commit

Permalink
Merge pull request #265 from aspettl/ruby-3.3.1
Browse files Browse the repository at this point in the history
Upgrade to Ruby 3.3.1
  • Loading branch information
aspettl authored Apr 25, 2024
2 parents baa2d72 + a12277e commit a6f978e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.0
ruby-3.3.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.0-alpine3.19 AS builder
FROM ruby:3.3.1-alpine3.19 AS builder

RUN apk --no-cache add build-base zlib-dev tzdata openssl-dev mariadb-dev shared-mime-info

Expand All @@ -18,7 +18,7 @@ COPY . .
RUN RAILS_ENV=production SECRET_KEY_BASE=irrelevant bundle exec rails assets:precompile


FROM ruby:3.3.0-alpine3.19
FROM ruby:3.3.1-alpine3.19
LABEL maintainer="[email protected]"

RUN apk --no-cache add zlib tzdata libssl3 mariadb-connector-c shared-mime-info
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.0'
ruby '3.3.1'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.1.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ DEPENDENCIES
web-console (>= 4.1.0)

RUBY VERSION
ruby 3.3.0p0
ruby 3.3.1p55

BUNDLED WITH
2.5.3
2.5.9

0 comments on commit a6f978e

Please sign in to comment.