diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 41a7bf0bd0..650ac6720e 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -17,7 +17,6 @@ jobs: # Install Ruby - using the version found in the Gemfile.lock - name: 'Install Ruby' uses: ruby/setup-ruby@v1 - with: - name: 'Bundle Install' run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f4e52b1d..b5637083df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog ## v5.0.2 -- Bump Ruby to v3.1.4 and use `.ruby-version` in CI [#3566](https://github.com/DMPRoadmap/roadmap/pull/3566) +- Bump Ruby to v3.1.4 and use `.ruby-version` in CI + - [#3566](https://github.com/DMPRoadmap/roadmap/pull/3566) + - [#3573](https://github.com/DMPRoadmap/roadmap/pull/3573) - Enable session timeout after 90 minutes of inactivity [#3568](https://github.com/DMPRoadmap/roadmap/pull/3568) - Validate CSV Separator [#3569](https://github.com/DMPRoadmap/roadmap/pull/3569) - Fix rendering of `confirm_merge` partial [#3567](https://github.com/DMPRoadmap/roadmap/pull/3567)