Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
TO TRASH
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Feb 15, 2023
1 parent 909567f commit 2ef12ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion scripts/ci/changelog/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 10 additions & 4 deletions scripts/ci/changelog/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -70,7 +76,7 @@ PLATFORMS
x86_64-darwin-22

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

0 comments on commit 2ef12ce

Please sign in to comment.