# -*- encoding: utf-8 -*- # stub: bootboot 0.2.2 ruby lib Gem::Specification.new do |s| s.name = "bootboot".freeze s.version = "0.2.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/Shopify/bootboot/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/shopify/bootboot", "source_code_uri" => "https://github.com/shopify/bootboot" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Shopify".freeze] s.date = "2023-01-25" s.description = " This gem remove the overhead of monkeypatching your Gemfile in order to dualboot your app using the Gemfile_next lock strategy It also ensure that dependencies in the Gemfile lock and Gemfile_next lock are in sync whenever someone updates a gem ".freeze s.email = ["rails@shopify.com".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "lib/bootboot.rb".freeze, "lib/bootboot/bundler_patch.rb".freeze, "lib/bootboot/command.rb".freeze, "lib/bootboot/gemfile_next_auto_sync.rb".freeze, "lib/bootboot/ruby_source.rb".freeze, "lib/bootboot/version.rb".freeze, "plugins.rb".freeze] s.homepage = "https://github.com/shopify/bootboot".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Dualbooting your ruby app made easy.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end