Files
chromebrew/packages/ruby_bundler.rb
Satadru Pramanik, DO, MPH, MEng d13c4878eb Pip, gem updates (#10567)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-10-04 11:55:36 -05:00

14 lines
361 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.5.21-#{CREW_RUBY_VER}"
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end