Files
chromebrew/packages/ruby_bundler.rb
github-actions[bot] be2aff53e9 AutoBuild: updates-2025-02-18-00-18 started at 2025-02-18-00UTC (#11355)
* Add unbuilt updated pip packages to updates-2025-02-18-00-18

* Add unbuilt updated ruby gem packages to updates-2025-02-18-00-18

* Add built packages for linux/386 to updates-2025-02-18-00-18

* Add built packages for linux/amd64 to updates-2025-02-18-00-18

* Add built packages for linux/arm/v7 to updates-2025-02-18-00-18

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-18 00:41:31 +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 "2.6.4-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end