Skip to content

Commit

Permalink
Merge pull request #338 from diegosteiner/develop
Browse files Browse the repository at this point in the history
Release 24.11.1
  • Loading branch information
diegosteiner authored Nov 25, 2024
2 parents c1856eb + 5d3ab36 commit 7912e49
Show file tree
Hide file tree
Showing 51 changed files with 438 additions and 244 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ Style/GlobalVars:
Style/SymbolProc:
Enabled: false

# RSpec/MultipleExpectations:
# Max: 3
Style/SafeNavigationChainLength:
Max: 3

# TODO: bug with false positives
Lint/UnusedMethodArgument:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 24.11.1

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

Released 23.10.2024
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
Loading

0 comments on commit 7912e49

Please sign in to comment.