Skip to content

Commit

Permalink
Merge pull request #324 from aspettl/ruby-3.3.6
Browse files Browse the repository at this point in the history
Ruby 3.3.6
  • Loading branch information
aspettl authored Nov 6, 2024
2 parents 191a340 + f0cdb44 commit e2a2155
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.3.5
ruby-3.3.6
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.5-slim-bookworm AS builder
FROM ruby:3.3.6-slim-bookworm AS builder

RUN apt-get update && apt-get install -y build-essential libmariadb-dev && rm -rf /var/lib/apt/lists/*

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


FROM ruby:3.3.5-slim-bookworm
FROM ruby:3.3.6-slim-bookworm
LABEL maintainer="[email protected]"

RUN apt-get update && apt-get install -y libmariadb3 && rm -rf /var/lib/apt/lists/*
Expand Down
5 changes: 1 addition & 4 deletions 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.5'
ruby '3.3.6'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.2.2'
Expand Down Expand Up @@ -83,6 +83,3 @@ end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

# see https://www.ruby-lang.org/en/news/2023/06/29/redos-in-uri-CVE-2023-36617/
gem 'uri', '>= 0.12.2'
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
useragent (0.16.10)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -323,11 +322,10 @@ DEPENDENCIES
selenium-webdriver (>= 4.11.0)
sprockets-rails
tzinfo-data
uri (>= 0.12.2)
web-console (>= 4.1.0)

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.16
2.5.22

0 comments on commit e2a2155

Please sign in to comment.