Skip to content

Commit

Permalink
Merge pull request #1255 from e-gris/remove_apt_stage_artifacts
Browse files Browse the repository at this point in the history
(maint) delete obsolete 'apt_stage_artifacts' dependency
  • Loading branch information
e-gris authored Apr 17, 2024
2 parents d91c2d9 + 7d9f01f commit 1c1adbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/).
- (RE-16160) Revive sign/ips.rb so that GPG .asc generation for Solaris packages are handled
in a single method.

### Removed
- (maint) deleted obsolete apt_stage_artifacts dependency

## [0.118.0] - 2024-04-05
### Added
- (PA-4673) Added platform for RedHat 9 (Power9)
Expand Down
1 change: 0 additions & 1 deletion packaging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('rspec')
gem.add_development_dependency('rubocop')

gem.add_runtime_dependency('apt_stage_artifacts')
gem.add_runtime_dependency('artifactory', ['~> 3'])
gem.add_runtime_dependency('csv', ['>= 3.1.5'])
gem.add_runtime_dependency('googleauth')
Expand Down

0 comments on commit 1c1adbb

Please sign in to comment.