Skip to content

Commit 8f53ac6

Browse files
Update dependency ruby to v3.3.2
1 parent 06af7bb commit 8f53ac6

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
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.3.2

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.2-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.3.2'
77

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

api/Gemfile.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ GEM
154154
nokogiri (1.15.4)
155155
mini_portile2 (~> 2.8.2)
156156
racc (~> 1.4)
157-
nokogiri (1.15.4-x86_64-linux)
158-
racc (~> 1.4)
159157
oj (3.16.3)
160158
bigdecimal (>= 3.0)
161159
parallel (1.23.0)
@@ -378,7 +376,7 @@ DEPENDENCIES
378376
tzinfo-data
379377

380378
RUBY VERSION
381-
ruby 3.2.2p53
379+
ruby 3.3.2p78
382380

383381
BUNDLED WITH
384382
2.3.5

0 commit comments

Comments
 (0)