From 42100e170cc1b49c624b3d44ab6832284c5bad42 Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Wed, 9 Oct 2024 11:42:33 +0100 Subject: [PATCH 1/3] fixes failing test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 386105f..c886158 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ gem: ${GEM} test: gem @bundle install - @rake test + @bundle exec rake test publish: ${GEM} @echo Publishing package ${NAME}:${VERSION} to ${OWNER} ... From 4fb7aaafb965ee56b0d9c7ae033b69cb9b637c78 Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Wed, 9 Oct 2024 13:56:02 +0100 Subject: [PATCH 2/3] updates changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1978148..92ed851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.5.0 - 2023-06-23 +- (Dan) Fixes failing tests - (Dan) Updates ruby to 2.7.8 and version cadence to 1.5.0 ## 1.4.1 - 2023-06-23 From 7b582fdec69e736c54e806f7475b8296110da9f8 Mon Sep 17 00:00:00 2001 From: Daniel Couzens Date: Wed, 9 Oct 2024 14:02:11 +0100 Subject: [PATCH 3/3] removed changelog update --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ed851..1978148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ ## 1.5.0 - 2023-06-23 -- (Dan) Fixes failing tests - (Dan) Updates ruby to 2.7.8 and version cadence to 1.5.0 ## 1.4.1 - 2023-06-23