Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
2 changes: 1 addition & 1 deletion scripts/ci/changelog/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'optparse', '~> 0.1.1'

gem 'logger', '~> 1.4'

gem 'changelogerator', '0.9.1'
gem 'changelogerator', '0.10.1'

gem 'test-unit', group: :dev

Expand Down
4 changes: 2 additions & 2 deletions scripts/ci/changelog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
changelogerator (0.9.1)
changelogerator (0.10.1)
git_diff_parser (~> 3)
octokit (~> 4)
faraday (1.8.0)
Expand Down Expand Up @@ -70,7 +70,7 @@ PLATFORMS
x86_64-darwin-22

DEPENDENCIES
changelogerator (= 0.9.1)
changelogerator (= 0.10.1)
git_diff_parser (~> 3)
logger (~> 1.4)
octokit (~> 4)
Expand Down