diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-14 18:54:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-14 18:54:34 +0000 |
| commit | 7b48db5a2a7d60dc52fc7b161ac2f770cd31406c (patch) | |
| tree | d67cb54213ff31c938b50613d2a15a4a8e1d4ece /dev-ruby/activesupport | |
| parent | f676f547018ac45e59fea8b12226122ce8bf41d0 (diff) | |
| download | baldeagleos-repo-7b48db5a2a7d60dc52fc7b161ac2f770cd31406c.tar.gz baldeagleos-repo-7b48db5a2a7d60dc52fc7b161ac2f770cd31406c.tar.xz baldeagleos-repo-7b48db5a2a7d60dc52fc7b161ac2f770cd31406c.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/activesupport')
| -rw-r--r-- | dev-ruby/activesupport/activesupport-7.1.5.1.ebuild | 4 | ||||
| -rw-r--r-- | dev-ruby/activesupport/activesupport-7.2.2.1.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild b/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild index 5d235c2aedc4..562ae08c9c0b 100644 --- a/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild +++ b/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" @@ -51,7 +51,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 >=dev-ruby/listen-3.3:3 - dev-ruby/rack:3.0 + || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 ) dev-ruby/rexml dev-ruby/mocha >dev-ruby/minitest-5.15.0:* diff --git a/dev-ruby/activesupport/activesupport-7.2.2.1.ebuild b/dev-ruby/activesupport/activesupport-7.2.2.1.ebuild index 1ebc5429ccf6..2c523aeb2be7 100644 --- a/dev-ruby/activesupport/activesupport-7.2.2.1.ebuild +++ b/dev-ruby/activesupport/activesupport-7.2.2.1.ebuild @@ -1,9 +1,9 @@ -# 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 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" @@ -49,7 +49,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 >=dev-ruby/listen-3.3:3 - dev-ruby/rack:3.0 + || ( dev-ruby/rack:3.1 dev-ruby/rack:3.0 ) dev-ruby/rexml dev-ruby/mocha >dev-ruby/minitest-5.15.0:* @@ -61,7 +61,7 @@ all_ruby_prepare() { # Remove items from the common Gemfile that we don't need for this # test run. This also requires handling some gemspecs. - sed -i -e "/\(system_timer\|execjs\|jquery-rails\|journey\|ruby-prof\|stackprof\|benchmark-ips\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|sqlite\|websocket-client-simple\|\libxml-ruby\|bootsnap\|aws-sdk\|webmock\|capybara\|sass-rails\|selenium-webdriver\|webpacker\|webrick\|propshaft\|rack-test\|terser\|cgi\|net-smtp\|net-imap\|net-pop\|digest\|matrix\|web-console\|error_highlight\|jbuilder\|httpclient\|prism\|useragent\)/ s:^:#:" \ + sed -i -e "/\(system_timer\|execjs\|jquery-rails\|journey\|ruby-prof\|stackprof\|benchmark-ips\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|bcrypt\|uglifier\|minitest\|sprockets\|stackprof\|rack-cache\|sqlite\|websocket-client-simple\|\libxml-ruby\|bootsnap\|aws-sdk\|webmock\|capybara\|sass-rails\|selenium-webdriver\|webpacker\|webrick\|propshaft\|rack-test\|terser\|cgi\|net-smtp\|net-imap\|net-pop\|digest\|matrix\|web-console\|error_highlight\|jbuilder\|httpclient\|prism\|useragent\|launchy\)/ s:^:#:" \ -e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \ -e '/^group :test/,/^end/ s:^:#:' \ -e '/^\s*group :\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) do/,/^\s*end/ s:^:#:' \ |
