Diff actiontext-7.0.7.2 with a actiontext-7.0.8

/usr/portage/dev-ruby/actiontext/actiontext-7.0.8.ebuild 2023-10-09 14:52:30.416368373 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby30 ruby31 ruby32"
5
USE_RUBY="ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_RECIPE_DOC="none"
8 8
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
......
49 49
		-e '/stimulus-rails/,/tailwindcss-rails/ s:^:#:' \
50 50
		-e '/:job/,/end/ s:^:#:' \
51 51
		-e '/group :\(cable\|doc\|rubocop\|storage\|test\)/,/^end/ s:^:#:' \
52
		-e '/sqlite/ s/1.6.4/99/' \
52 53
		-i ../Gemfile || die
53 54
	rm ../Gemfile.lock || die
54 55
}
Thank you!