Sha256: 876815037e087bb45735801f24c6c2f538411cf345786cf86517dc485db6a247
Contents?: true
Size: 474 Bytes
Versions: 31
Compression:
Stored size: 474 Bytes
Contents
if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"]) gem "bundler" require "bundler" # Load Spring without loading other gems in the Gemfile, for speed. Bundler.locked_gems&.specs&.find { |spec| spec.name == "spring" }&.tap do |spring| Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path gem "spring", spring.version require "spring/binstub" rescue Gem::LoadError # Ignore when Spring is not installed. end end
Version data entries
31 entries across 31 versions & 4 rubygems