From 5d3ab36ffb5d10bee0eb0bf12681d2dc8dd3e2ae Mon Sep 17 00:00:00 2001 From: Diego Steiner Date: Mon, 25 Nov 2024 12:21:19 +0000 Subject: [PATCH] chore: update dependencies --- CHANGELOG.md | 2 ++ Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c4e5029..c7e9ea06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Released 25.11.2024 - Fix: Refactor deadlines to fix out-of-order issues +- Fix: Order Booking Question Responses correctly +- Feature: Add Tenant Attributes as BookingCondition ## 24.10.2 diff --git a/Dockerfile b/Dockerfile index 4ff19fc18..2d2eacc39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ### === base === ### -FROM ruby:3.3.5-alpine AS base +FROM ruby:3.3.6-alpine AS base RUN apk add --no-cache --update postgresql-dev tzdata nodejs npm RUN gem install bundler diff --git a/Gemfile b/Gemfile index e3e636937..50b3fd3e4 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.3.5' +ruby '3.3.6' gem 'active_flag' gem 'aws-sdk-s3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7b808c215..15cf22dae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -636,7 +636,7 @@ DEPENDENCIES vite_rails RUBY VERSION - ruby 3.3.5p100 + ruby 3.3.6p108 BUNDLED WITH 2.5.9