diff --git a/api/.ruby-version b/api/.ruby-version index acf9bf09..8cf6caf5 100644 --- a/api/.ruby-version +++ b/api/.ruby-version @@ -1 +1 @@ -3.2.2 \ No newline at end of file +3.4.1 \ No newline at end of file diff --git a/api/Dockerfile b/api/Dockerfile index ad5494db..42e40bcc 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.2-alpine +FROM ruby:3.3.6-alpine LABEL maintainer "JANOG NETCON" diff --git a/api/Gemfile b/api/Gemfile index 9b7f6243..a8d7636e 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.1' gem 'rails', '~> 6.1' gem 'pg', '>= 0.18', '< 2.0'