mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
15 lines
372 B
Ruby
15 lines
372 B
Ruby
require 'buildsystems/ruby'
|
|
|
|
class Ruby_activesupport < RUBY
|
|
description 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
|
|
homepage 'https://rubyonrails.org/'
|
|
version '7.2.1-ruby-3.3'
|
|
license 'MIT'
|
|
compatibility 'all'
|
|
source_url 'SKIP'
|
|
|
|
depends_on 'ruby_concurrent_ruby' # L
|
|
conflicts_ok
|
|
no_compile_needed
|
|
end
|