diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-05-08 09:23:47 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-05-08 09:23:47 +0200 |
commit | b8f28fd493a3ae30110e5701b18ab94970b20571 (patch) | |
tree | 47ba99ce102654403cddff3b845541f9a847ef7e /dev-ruby/octokit | |
parent | dev-ruby/elasticsearch-transport: enable ruby30 (diff) | |
download | gentoo-b8f28fd493a3ae30110e5701b18ab94970b20571.tar.gz gentoo-b8f28fd493a3ae30110e5701b18ab94970b20571.tar.bz2 gentoo-b8f28fd493a3ae30110e5701b18ab94970b20571.zip |
dev-ruby/octokit: enable ruby30
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/octokit')
-rw-r--r-- | dev-ruby/octokit/octokit-4.22.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/octokit/octokit-4.22.0.ebuild b/dev-ruby/octokit/octokit-4.22.0.ebuild index e9e1d7a6daec..9c6417cf16ec 100644 --- a/dev-ruby/octokit/octokit-4.22.0.ebuild +++ b/dev-ruby/octokit/octokit-4.22.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -32,7 +32,7 @@ ruby_add_bdepend "test? ( dev-ruby/mime-types >=dev-ruby/netrc-0.7.7 >=dev-ruby/rbnacl-7.1.1:6 - dev-ruby/vcr:3[json] + dev-ruby/vcr[json] dev-ruby/webmock:3 )" all_ruby_prepare() { |