Skip to content

Commit

Permalink
Merge pull request #2016 from DFE-Digital/revert-1993-renovate/ruby-3…
Browse files Browse the repository at this point in the history
….3.x

Revert "Update ruby Docker tag to v3.3.6"
  • Loading branch information
lozette authored Dec 3, 2024
2 parents 510d439 + fd3265c commit f5c83ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Base stage
# ------------------------------------------------------------------------------
FROM ruby:3.3.6-bookworm AS base
FROM ruby:3.3.5-bookworm AS base

ENV USER=rails
ENV UID=1000
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.6"
ruby "3.3.5"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ DEPENDENCIES
webmock (~> 3.17)

RUBY VERSION
ruby 3.3.6p108
ruby 3.3.5p100

BUNDLED WITH
2.3.23

0 comments on commit f5c83ea

Please sign in to comment.