diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-04-02 18:18:48 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-22 06:12:49 +0000 |
commit | 94c5eb5103a4ecda03cd2f9b4b86cf3c3f340b43 (patch) | |
tree | 3d9eee47ebaf44175eb74d15bd5ec3552cc76f1f /community/ruby-rspec | |
parent | f08b03d7e48bd3a8a73dda163031b5eb3d3e9930 (diff) | |
download | aports-94c5eb5103a4ecda03cd2f9b4b86cf3c3f340b43.tar.bz2 aports-94c5eb5103a4ecda03cd2f9b4b86cf3c3f340b43.tar.xz |
community/ruby-rspec: rebuild against ruby 2.7
Diffstat (limited to 'community/ruby-rspec')
-rw-r--r-- | community/ruby-rspec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rspec/APKBUILD b/community/ruby-rspec/APKBUILD index 237379cc55..261e225829 100644 --- a/community/ruby-rspec/APKBUILD +++ b/community/ruby-rspec/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rspec _gemname=${pkgname#ruby-} pkgver=3.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="Behaviour Driven Development for Ruby" url="http://rspec.info/" arch="noarch" |