diff options
author | Sam James <sam@gentoo.org> | 2023-04-05 03:55:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-05 04:16:13 +0100 |
commit | c7a27957c4137470f390603409548f5b5d094199 (patch) | |
tree | 2481b321a711b5e9ec3573bb219d29aab5ee10d5 /dev-ruby/activestorage | |
parent | dev-ruby/image_processing: enable ruby32 (diff) | |
download | gentoo-c7a27957c4137470f390603409548f5b5d094199.tar.gz gentoo-c7a27957c4137470f390603409548f5b5d094199.tar.bz2 gentoo-c7a27957c4137470f390603409548f5b5d094199.zip |
dev-ruby/activestorage: enable ruby31 for 6.1.x
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/activestorage')
-rw-r--r-- | dev-ruby/activestorage/activestorage-6.1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activestorage/activestorage-6.1.7.3.ebuild b/dev-ruby/activestorage/activestorage-6.1.7.3.ebuild index 785e63cace65..02c546859989 100644 --- a/dev-ruby/activestorage/activestorage-6.1.7.3.ebuild +++ b/dev-ruby/activestorage/activestorage-6.1.7.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_DOC="" RUBY_FAKEGEM_DOCDIR="" @@ -53,7 +53,7 @@ ruby_add_bdepend " 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 -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|capybara\|rack-cache\|selenium\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\)/ s:^:#:" \ + sed -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|execjs\|jquery-rails\|'mysql'\|journey\|ruby-prof\|stackprof\|benchmark-ips\|kindlerb\|turbolinks\|coffee-rails\|debugger\|sprockets-rails\|redcarpet\|bcrypt\|uglifier\|aws-sdk-s3\|aws-sdk-sns\|google-cloud-storage\|azure-storage\|blade\|bootsnap\|hiredis\|qunit-selenium\|chromedriver-helper\|redis\|rb-inotify\|sprockets\|stackprof\|websocket-client-simple\|libxml-ruby\|sass-rails\|capybara\|rack-cache\|rack-test\|selenium\|dalli\|listen\|connection_pool\|puma\|mysql2\|webdrivers\|webpacker\|rexml\|webmock\)/ s:^:#:" \ -e '/dalli/ s/2.7.7/2.7.9/' \ -e '/group :\(doc\|job\|rubocop\|test\)/,/^end/ s:^:#:' \ -i ../Gemfile || die |