Sha256: 7a0ad2fe17c90f6ae348a0e91e185eb235bb47c8088f58367ceb2121b7f5b24c
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
# Load Spring without loading other gems in the Gemfile, for speed. require "bundler" 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" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railties-6.1.0.rc2 | lib/rails/generators/rails/app/templates/bin/spring.tt |
railties-6.1.0.rc1 | lib/rails/generators/rails/app/templates/bin/spring.tt |