Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
ruby-rubocop-rspec
Commits:
959a3151 by loqs at 2024-08-28T22:54:33+00:00
Drop use of ruby-bump
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -13,7 +13,6 @@ depends=(
rubocop
)
checkdepends=(
- ruby-bump
ruby-bundler
ruby-parallel
ruby-rack
@@ -33,6 +32,10 @@ prepare() {
# update gemspec/Gemfile to allow newer version of the dependencies
sed --in-place --regexp-extended 's|~>|>=|g' "${_gemname}.gemspec"
+
+ # Remove dependency on bump
+ sed --in-place --regexp-extended '/bump/d' Gemfile
+ rm tasks/cut_release.rake
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rubocop-rspec/-/commit/959a3151d7631c9b82d1a15a7509b4540c681531
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rubocop-rspec/-/commit/959a3151d7631c9b82d1a15a7509b4540c681531
You're receiving this email because of your account on gitlab.archlinux.org.