aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rspec-mocks
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-rspec-mocks')
-rw-r--r--community/ruby-rspec-mocks/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rspec-mocks/APKBUILD b/community/ruby-rspec-mocks/APKBUILD
index fb4db6e8b6..5c0583eff0 100644
--- a/community/ruby-rspec-mocks/APKBUILD
+++ b/community/ruby-rspec-mocks/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="RSpec's 'test double' framework, with support for stubbing and mocking"
url="https://relishapp.com/rspec/rspec-mocks/"
arch="noarch"
license="MIT"
-depends="ruby ruby-diff-lcs ruby-rspec-support>=${pkgver%.*}.0"
+depends="ruby ruby-diff-lcs 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"