diff --git a/scripts/ci/changelog/Gemfile b/scripts/ci/changelog/Gemfile index 948e9ddaafcd..0a158d1d2426 100644 --- a/scripts/ci/changelog/Gemfile +++ b/scripts/ci/changelog/Gemfile @@ -16,7 +16,9 @@ gem 'optparse', '~> 0.1.1' gem 'logger', '~> 1.4' -gem 'changelogerator', '0.9.1' +# gem 'changelogerator', '0.9.1' +gem 'changelogerator', git: 'https://github.com/paritytech/changelogerator', ref: '0de7e512c6aafce348df16baf15d2433d4068260' + gem 'test-unit', group: :dev diff --git a/scripts/ci/changelog/Gemfile.lock b/scripts/ci/changelog/Gemfile.lock index 8bad7ea9d8b2..abae4cdc3765 100644 --- a/scripts/ci/changelog/Gemfile.lock +++ b/scripts/ci/changelog/Gemfile.lock @@ -1,12 +1,18 @@ +GIT + remote: https://github.com/paritytech/changelogerator + revision: 0de7e512c6aafce348df16baf15d2433d4068260 + ref: 0de7e512c6aafce348df16baf15d2433d4068260 + specs: + changelogerator (0.10.0) + git_diff_parser (~> 3) + octokit (~> 4) + GEM remote: https://rubygems.org/ specs: addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) - changelogerator (0.9.1) - git_diff_parser (~> 3) - octokit (~> 4) faraday (1.8.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) @@ -70,7 +76,7 @@ PLATFORMS x86_64-darwin-22 DEPENDENCIES - changelogerator (= 0.9.1) + changelogerator! git_diff_parser (~> 3) logger (~> 1.4) octokit (~> 4)