From 65a76788c7a26faae92617026d4aff97f864e261 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Dec 2022 21:27:08 +0000 Subject: [PATCH] chore(deps): update dependency ruby to v3.2.0 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index ff365e0..944880f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.3 +3.2.0 diff --git a/Dockerfile b/Dockerfile index 1a84ca5..6ff62d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.1.3 +FROM ruby:3.2.0 ENV LANG C.UTF-8 RUN apt update -qq && apt install -y build-essential libpq-dev diff --git a/Gemfile b/Gemfile index 0d12fd6..80da127 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.1.3' +ruby '3.2.0' gem 'bootsnap', require: false gem 'bugsnag'