diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-03-14 21:47:18 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-03-14 21:48:53 +0100 |
commit | 8e0c2d07fc19402701fc7c133dfe0c07b76de8a2 (patch) | |
tree | 3559e40cb3c26912eb602146cd7e3ee9b6c01213 /dev-ruby/rspec-expectations | |
parent | de183e2a3e28e662697c52b6321e5ce08f2f8a36 (diff) | |
download | gentoo-8e0c2d07fc19402701fc7c133dfe0c07b76de8a2.tar.gz gentoo-8e0c2d07fc19402701fc7c133dfe0c07b76de8a2.tar.xz |
dev-ruby/rspec-expectations: add ruby23
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/rspec-expectations')
-rw-r--r-- | dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild b/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild index 18934d52a72..ad90b6ccafe 100644 --- a/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild +++ b/dev-ruby/rspec-expectations/rspec-expectations-3.4.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |