Files
chromebrew/packages/ruby_bundler.rb
chromebrew-actions[bot] 7b85899f67 updater-ruby_bundler-4.0.0-ruby3.4 — ruby_bundler: 2.7.2-ruby3.4 → 4.0.0-ruby3.4 (#13692)
* Add unbuilt ruby_bundler to updater-ruby_bundler-4.0.0-ruby3.4

* updater-ruby_bundler-4.0.0-ruby3.4: Package File Update Run on linux/386 container.

* updater-ruby_bundler-4.0.0-ruby3.4: Package File Update Run on linux/amd64 container.

* updater-ruby_bundler-4.0.0-ruby3.4: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-12-03 15:33:15 +00:00

14 lines
360 B
Ruby

require 'buildsystems/ruby'
class Ruby_bundler < RUBY
description "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably."
homepage 'https://bundler.io'
version "4.0.0-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end