mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 15:54:54 +01:00
rda: rails 6.1
This commit is contained in:
parent
b3023e489f
commit
f49aa791f7
2 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
|
||||
|
|
@ -16,10 +16,10 @@ KEYWORDS="~amd64 ~x86"
|
|||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
|| ( dev-ruby/actionpack:5.2 dev-ruby/actionpack:6.0 )
|
||||
|| ( dev-ruby/activerecord:5.2 dev-ruby/activerecord:6.0 )
|
||||
|| ( dev-ruby/rack:2.2 dev-ruby/rack:2.1 dev-ruby/rack:2.0 )
|
||||
|| ( dev-ruby/railties:5.2 dev-ruby/railties:6.0 )
|
||||
|| ( dev-ruby/activerecord:7.0 dev-ruby/activerecord:6.1 dev-ruby/activerecord:6.0 )
|
||||
|| ( dev-ruby/actionpack:7.0 dev-ruby/actionpack:6.1 dev-ruby/actionpack:6.0 )
|
||||
|| ( dev-ruby/rack:3.0 dev-ruby/rack:2.2 )
|
||||
|| ( dev-ruby/railties:7.0 dev-ruby/railties:6.1 dev-ruby/railties:6.0 )
|
||||
>=dev-ruby/multi_json-1.11.2 =dev-ruby/multi_json-1*
|
||||
"
|
||||
ruby_add_bdepend "test? ( dev-ruby/sqlite3 )"
|
||||
|
|
@ -16,7 +16,7 @@ KEYWORDS="~amd64"
|
|||
IUSE="+mysql"
|
||||
|
||||
RDEPEND="mysql? ( virtual/mysql )
|
||||
dev-ruby/rails:6.0
|
||||
dev-ruby/rails:6.1
|
||||
dev-ruby/activerecord:6.0[mysql?]
|
||||
dev-ruby/activerecord-session_store
|
||||
dev-ruby/bootstrap
|
||||
Loading…
Reference in a new issue