commit:     89206e429e60d336eb47b7ecbb93f6d742946e5b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 12:31:01 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 12:32:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89206e42

dev-ruby/oauth: enable ruby33

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

 dev-ruby/oauth/oauth-0.6.2-r2.ebuild | 10 +++++-----
 dev-ruby/oauth/oauth-1.1.0.ebuild    |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/oauth/oauth-0.6.2-r2.ebuild 
b/dev-ruby/oauth/oauth-0.6.2-r2.ebuild
index 6e06f298fdc9..4ff041b4e84c 100644
--- a/dev-ruby/oauth/oauth-0.6.2-r2.ebuild
+++ b/dev-ruby/oauth/oauth-0.6.2-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md TODO"
@@ -33,15 +33,15 @@ ruby_add_bdepend "test? (
        dev-ruby/webmock
        dev-ruby/rack
        dev-ruby/rest-client
-       dev-ruby/actionpack:7.0
-       dev-ruby/railties:7.0
+       dev-ruby/actionpack:7.1
+       dev-ruby/railties:7.1
 )"
 
 all_ruby_prepare() {
        sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
 
        # Require compatible versions of dependencies
-       sed -i -e '1igem "railties", "~>7.0.0" ; gem "actionpack", "~>7.0.0"; 
require "action_dispatch"' \
+       sed -i -e '1igem "railties", "~>7.1.0" ; gem "actionpack", "~>7.1.0"; 
require "action_dispatch"' \
                -e '/mocha/ s/mini_test/minitest/' \
                -e 's/if RUN_COVERAGE/if false/' test/test_helper.rb || die
 

diff --git a/dev-ruby/oauth/oauth-1.1.0.ebuild 
b/dev-ruby/oauth/oauth-1.1.0.ebuild
index 8e140227f30b..2b4a683aca56 100644
--- a/dev-ruby/oauth/oauth-1.1.0.ebuild
+++ b/dev-ruby/oauth/oauth-1.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31 ruby32"
+USE_RUBY="ruby31 ruby32 ruby33"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md TODO"

Reply via email to