Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Nov 25, 2024
1 parent fc25ef1 commit 5d3ab36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ DEPENDENCIES
vite_rails

RUBY VERSION
ruby 3.3.5p100
ruby 3.3.6p108

BUNDLED WITH
2.5.9

0 comments on commit 5d3ab36

Please sign in to comment.