Skip to content

Commit

Permalink
Update dependency ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 25, 2024
1 parent 6c3b9ed commit b6056dd
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.4.1
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2.2-alpine
FROM ruby:3.3.6-alpine

LABEL maintainer "JANOG NETCON"

2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit b6056dd

Please sign in to comment.