Skip to content

Commit b6056dd

Browse files
Update dependency ruby
1 parent 6c3b9ed commit b6056dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.4.1

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.2.2-alpine
1+
FROM ruby:3.3.6-alpine
22

33
LABEL maintainer "JANOG NETCON"
44

api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44
git_source(:github) {|repo| "https://github.com/#{repo}.git" }
55

6-
ruby '3.2.2'
6+
ruby '3.4.1'
77

88
gem 'rails', '~> 6.1'
99
gem 'pg', '>= 0.18', '< 2.0'

0 commit comments

Comments
 (0)