From c7a78a770ff1658cbb2b7b1289c39da01f9fc041 Mon Sep 17 00:00:00 2001 From: "H. Wade Minter" Date: Tue, 25 Feb 2025 10:38:54 -0500 Subject: [PATCH] Ruby/Bundler update --- .github/workflows/verify.yml | 2 +- .rubocop.yml | 2 +- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile | 2 +- Gemfile.lock | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 166e824..2662df2 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -11,7 +11,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4.1 + ruby-version: 3.4.2 - name: Install dependencies run: | sudo apt-get -yqq install libpq-dev diff --git a/.rubocop.yml b/.rubocop.yml index f78001f..8423833 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -12,7 +12,7 @@ inherit_gem: AllCops: NewCops: enable - TargetRubyVersion: 3.4.1 + TargetRubyVersion: 3.4.2 Exclude: - "db/**/*" - "script/*" diff --git a/.ruby-version b/.ruby-version index 408069a..a07bf72 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.4.1 +ruby-3.4.2 diff --git a/Dockerfile b/Dockerfile index 75556f2..2b136c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.4.1 +ARG RUBY_VERSION=3.4.2 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Rails app lives here @@ -59,7 +59,7 @@ RUN apt-get update -qq && \ rm -rf /var/cache/apt/archives/* # Install specific version of bundler -ARG BUNDLER_VERSION=2.6.3 +ARG BUNDLER_VERSION=2.6.5 RUN gem install bundler --no-document -v "${BUNDLER_VERSION}" # Install application gems diff --git a/Gemfile b/Gemfile index 50e352a..a9253fd 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.4.1" +ruby "3.4.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 523ac1d..addf54e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.4.1p0 + ruby 3.4.2p28 BUNDLED WITH - 2.6.3 + 2.6.5