diff --git a/api/.ruby-version b/api/.ruby-version index acf9bf09..81f1b89f 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 ad5494db..9ec9b3be 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 9b7f6243..e7f1a213 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 614557f2..4f5492d6 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