From 1ea204d8cd9dc5c81d3566a752858abce7b49fbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 11:13:53 +0000 Subject: [PATCH] Update dependency ruby to v3.4.7 --- api/.ruby-version | 2 +- api/Dockerfile | 2 +- api/Gemfile | 2 +- api/Gemfile.lock | 4 +--- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/api/.ruby-version b/api/.ruby-version index acf9bf09d..81f1b89fe 100644 --- a/api/.ruby-version +++ b/api/.ruby-version @@ -1 +1 @@ -3.2.2 \ No newline at end of file +3.4.7 \ No newline at end of file diff --git a/api/Dockerfile b/api/Dockerfile index ad5494db4..9ec9b3bea 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2-alpine +FROM ruby:3.4.7-alpine LABEL maintainer "JANOG NETCON" diff --git a/api/Gemfile b/api/Gemfile index 9b7f62432..e7f1a2135 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) {|repo| "https://github.com/#{repo}.git" } -ruby '3.2.2' +ruby '3.4.7' gem 'rails', '~> 6.1' gem 'pg', '>= 0.18', '< 2.0' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 614557f2c..4f5492d62 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -154,8 +154,6 @@ GEM nokogiri (1.15.4) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) - racc (~> 1.4) oj (3.16.3) bigdecimal (>= 3.0) parallel (1.23.0) @@ -378,7 +376,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 3.2.2p53 + ruby 3.4.7p58 BUNDLED WITH 2.3.5