commit: 8a2b41a3dc5231f158d0234ea442331afb37c814
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 07:09:41 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 07:14:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2b41a3
dev-ruby/gh: drop obsolete activerecord slot
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/gh/gh-0.18.0-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/gh/gh-0.18.0-r1.ebuild b/dev-ruby/gh/gh-0.18.0-r1.ebuild
index 423a1e3699bf..a256ac6f3d6a 100644
--- a/dev-ruby/gh/gh-0.18.0-r1.ebuild
+++ b/dev-ruby/gh/gh-0.18.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby27"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_GEMSPEC="gh.gemspec"
@@ -24,7 +24,7 @@ ruby_add_bdepend "
"
ruby_add_rdepend "
- || ( dev-ruby/activesupport:6.0 dev-ruby/activesupport:5.2 )
+ dev-ruby/activesupport:6.0
>=dev-ruby/addressable-2.4.0:0
dev-ruby/faraday:1
dev-ruby/faraday_middleware:1