-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2190 from ministryofjustice/ap-5659/bump-ruby-3.4.1
AP-5659: Bump ruby 3.4.1
- Loading branch information
Showing
4 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ruby-3.3.6 | ||
ruby-3.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
FROM ruby:3.3.6-alpine3.21 | ||
FROM ruby:3.4.1-alpine3.21 | ||
|
||
MAINTAINER Apply for legal aid team | ||
LABEL org.opencontainers.image.vendor="Ministry of Justice" \ | ||
org.opencontainers.image.authors="Apply for civil legal aid team ([email protected])" \ | ||
org.opencontainers.image.title="LAA HMRC Interface Service API" \ | ||
org.opencontainers.image.description="Wrapper API for accessing HRMC API for LAA use cases" \ | ||
org.opencontainers.image.url="https://github.com/ministryofjustice/laa-hmrc-interface-service-api" | ||
|
||
ENV RAILS_ENV production | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -470,7 +470,7 @@ DEPENDENCIES | |
webmock | ||
|
||
RUBY VERSION | ||
ruby 3.3.6p108 | ||
ruby 3.4.1p0 | ||
|
||
BUNDLED WITH | ||
2.6.2 |