diff options
Diffstat (limited to 'community/ruby-rspec-core/APKBUILD')
-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 4f23548246..f58d3818cd 100644 --- a/community/ruby-rspec-core/APKBUILD +++ b/community/ruby-rspec-core/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="RSpec runner and formatters" url="https://relishapp.com/rspec/rspec-core/" arch="noarch" license="MIT" -depends="ruby ruby-rspec-support>=${pkgver%.*}.0" +depends="ruby ruby-rspec-support~=${pkgver%.*}" options="!check" # rspec's tests are written in rspec source="$pkgname-$pkgver.tar.gz::https://github.com/rspec/$_gemname/archive/v$pkgver.tar.gz gemspec.patch" |