commit:     9fcd1e6ff9849537ab4aab60f7df95cda2350449
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 07:40:38 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 08:03:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcd1e6f

dev-ruby/sinatra: relax activesupport requirement

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

 dev-ruby/sinatra/sinatra-3.2.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-ruby/sinatra/sinatra-3.2.0.ebuild 
b/dev-ruby/sinatra/sinatra-3.2.0.ebuild
index 923b2f5bb75f..8086eeae0555 100644
--- a/dev-ruby/sinatra/sinatra-3.2.0.ebuild
+++ b/dev-ruby/sinatra/sinatra-3.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31 ruby32"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true test:core"
 
@@ -32,7 +32,6 @@ ruby_add_bdepend "
                dev-ruby/erubi
                dev-ruby/haml
                >=dev-ruby/rack-test-0.5.6
-               <dev-ruby/activesupport-7
        )
 "
 ruby_add_bdepend "doc? ( dev-ruby/yard )"
@@ -40,7 +39,6 @@ ruby_add_bdepend "doc? ( dev-ruby/yard )"
 all_ruby_prepare() {
        sed -i \
                -e "/require 'rack'/igem 'rack', '~> 2.2', '>= 2.2.4'" \
-               -e '/active_support\/core_ext\/hash/igem "activesupport", "<7"' 
\
                test/test_helper.rb || die
 
        # Avoid spec broken by newer rack versions, already removed upstream.

Reply via email to