-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nobody's pinning 3.1.3 in Dockerfile, so we should be good. Only govuk-developer-docs specifies 3.1.3 in .ruby-version, which will serve nicely as a guinea pig. It should work, but let's find out.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
61843112389f02b735428b53bb64cf988ad9fb81858b8248e22e57336f24a83e ruby-3.1.2.tar.gz | ||
5ea498a35f4cd15875200a52dde42b6eb179e1264e17d78732c3a57cd1c6ab9e ruby-3.1.3.tar.gz | ||
a3d55879a0dfab1d7141fdf10d22a07dbf8e5cdc4415da1bde06127d5cc3c7b6 ruby-3.1.4.tar.gz | ||
daaa78e1360b2783f98deeceb677ad900f3a36c0ffa6e2b6b19090be77abc272 ruby-3.2.0.tar.gz | ||
96c57558871a6748de5bc9f274e93f4b5aad06cd8f37befa0e8d94e7b8a423bc ruby-3.2.2.tar.gz |
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,2 +1,2 @@ | ||
RUBY_MAJOR="3.1" | ||
RUBY_VERSION="3.1.3" | ||
RUBY_VERSION="3.1.4" |