diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-05-05 09:11:47 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-05-05 09:28:20 +0200 |
commit | 80010a258a6fa8de9f4c14376d36d6d612886ee8 (patch) | |
tree | f47b11e46983ae46eaf155c76f0923b1199e2351 /dev-ruby/rest-client | |
parent | dev-ruby/octokit: add ruby26 (diff) | |
download | gentoo-80010a258a6fa8de9f4c14376d36d6d612886ee8.tar.gz gentoo-80010a258a6fa8de9f4c14376d36d6d612886ee8.tar.bz2 gentoo-80010a258a6fa8de9f4c14376d36d6d612886ee8.zip |
dev-ruby/rest-client: add ruby26
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/rest-client')
-rw-r--r-- | dev-ruby/rest-client/rest-client-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rest-client/rest-client-2.0.2.ebuild b/dev-ruby/rest-client/rest-client-2.0.2.ebuild index 6cf9a44b169e..55c30dadcb44 100644 --- a/dev-ruby/rest-client/rest-client-2.0.2.ebuild +++ b/dev-ruby/rest-client/rest-client-2.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |