Diff css_parser-1.14.0 with a css_parser-1.15.0

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

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

  
7 7
RUBY_FAKEGEM_DOC_DIR="doc"
8 8
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md "
......
26 26
ruby_add_rdepend "dev-ruby/addressable
27 27
	virtual/ruby-ssl"
28 28

  
29
ruby_add_bdepend "test? ( dev-ruby/maxitest )"
29
ruby_add_bdepend "test? ( dev-ruby/maxitest dev-ruby/webrick )"
30 30

  
31 31
all_ruby_prepare() {
32 32
	# get rid of bundler usage
Thank you!