commit:     9ec3a5a433505ad6bea75249c66c94b5f48b46cf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 27 11:59:10 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 11:59:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec3a5a4

dev-ruby/arel-helpers: enable ruby30

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild 
b/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild
index 2399df48709c..c48e1b7aebd4 100644
--- a/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild
+++ b/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27"
+USE_RUBY="ruby27 ruby30"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -29,7 +29,11 @@ ruby_add_bdepend "test? (
 
 all_ruby_prepare() {
        sed -i -e '/pry-/ s:^:#:' spec/spec_helper.rb || die
-       sed -e '/rake/ s/~>/>=/' -e '/appraisal/ s:^:#:' -e '/database_cleaner/ 
s/1.8/1.7/' -i arel-helpers.gemspec || die
+       sed -e '/rake/ s/~>/>=/' \
+               -e '/appraisal/ s:^:#:' \
+               -e '/database_cleaner/ s/1.8/2.0/' \
+               -e '/sqlite/ s/~>/>=/' \
+               -i arel-helpers.gemspec || die
 }
 
 each_ruby_test() {

Reply via email to