Skip to content

Commit

Permalink
Release 151
Browse files Browse the repository at this point in the history
  • Loading branch information
benshimmin committed Nov 26, 2024
2 parents 2dfa0c9 + ca99c9a commit 50c0be2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.6
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@

[Full changelog][unreleased]

## Release 151 - 2024-11-26

[Full changelog][151]

- Update Ruby to 3.3.6

## Release 150 - 2024-11-25

[Full changelog][150]

- Separate out users into tabbed view of active and inactive

## Release 149 - 2024-11-21
Expand Down Expand Up @@ -1699,7 +1707,8 @@
- Planned start and end dates are mandatory
- Actual start and end dates must not be in the future

[unreleased]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-150...HEAD
[unreleased]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-151...HEAD
[151]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-150...release-151
[150]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-149...release-150
[149]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-148...release-149
[148]: https://github.com/UKGovernmentBEIS/beis-report-official-development-assistance/compare/release-147...release-148
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# base
# ------------------------------------------------------------------------------
FROM ruby:3.1.2 AS base
FROM ruby:3.3.6 AS base

ARG RAILS_ENV
ARG NODE_MAJOR
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ DEPENDENCIES
wicked

RUBY VERSION
ruby 3.1.2p20
ruby 3.3.6

BUNDLED WITH
2.4.22

0 comments on commit 50c0be2

Please sign in to comment.