Update dependency ruby to v3.2.2

This commit is contained in:
renovate[bot]
2023-03-30 22:10:05 +00:00
committed by Ryan Williams
parent 04e8e107c5
commit 92602ec7b6
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1 +1 @@
3.2.1 3.2.2
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM ruby:3.2.1-slim FROM ruby:3.2.2-slim
# OS Level Dependencies # OS Level Dependencies
RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ RUN apt-get update -qq && apt-get install -yq --no-install-recommends \
+1 -1
View File
@@ -3,7 +3,7 @@
source "https://rubygems.org" source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.1" ruby "3.2.2"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.4" gem "rails", "~> 7.0.4"
+3 -3
View File
@@ -189,7 +189,7 @@ GEM
rake (13.0.6) rake (13.0.6)
redis (5.0.6) redis (5.0.6)
redis-client (>= 0.9.0) redis-client (>= 0.9.0)
redis-client (0.14.0) redis-client (0.14.1)
connection_pool connection_pool
regexp_parser (2.7.0) regexp_parser (2.7.0)
reline (0.3.3) reline (0.3.3)
@@ -200,7 +200,7 @@ GEM
rspec-expectations (3.12.2) rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-mocks (3.12.4) rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-rails (6.0.1) rspec-rails (6.0.1)
@@ -310,7 +310,7 @@ DEPENDENCIES
webdrivers webdrivers
RUBY VERSION RUBY VERSION
ruby 3.2.1p31 ruby 3.2.2p53
BUNDLED WITH BUNDLED WITH
2.4.9 2.4.9
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM ruby:3.2.1-slim as base FROM ruby:3.2.2-slim as base
WORKDIR /rails WORKDIR /rails