diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-04-02 18:18:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-22 06:12:49 +0000 |
commit | ad70a0d8f817228826cad0449261bae5e21eb696 (patch) | |
tree | 9455c3927459c54a4fa47948a2e1d0dce65ec0f9 | |
parent | 9a44c3148d3065cb796598811122b349f69f10e5 (diff) | |
download | aports-ad70a0d8f817228826cad0449261bae5e21eb696.tar.bz2 aports-ad70a0d8f817228826cad0449261bae5e21eb696.tar.xz |
community/ruby-rspec-core: rebuild against ruby 2.7
-rw-r--r-- | community/ruby-rspec-core/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rspec-core/APKBUILD b/community/ruby-rspec-core/APKBUILD index bcba079ec8..384e31a130 100644 --- a/community/ruby-rspec-core/APKBUILD +++ b/community/ruby-rspec-core/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rspec-core _gemname=${pkgname#ruby-} pkgver=3.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="RSpec runner and formatters" url="https://relishapp.com/rspec/rspec-core/docs" arch="noarch" |