Skip to content

Commit

Permalink
chore(deps): update dependency ruby to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 11bc660 commit cbd6eda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.3
3.3.3
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ruby:3.2.3
FROM ruby:3.3.3
RUN apt-get update -qq && apt-get -y install mariadb-client

LABEL org.opencontainers.image.source https://github.com/dodona-edu/dolos
Expand Down
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.2.3'
ruby '3.3.3'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.1.3', '>= 7.1.3.3'
Expand Down
2 changes: 1 addition & 1 deletion api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ DEPENDENCIES
tzinfo-data

RUBY VERSION
ruby 3.2.3p157
ruby 3.3.3p89

BUNDLED WITH
2.3.26

0 comments on commit cbd6eda

Please sign in to comment.