Sha256: 1cc36d45a6c75f5819f4c6692e6c60c2018cefda3cb17ddcc7c0da0a6946d557

Contents?: true

Size: 498 Bytes

Versions: 93

Compression:

Stored size: 498 Bytes

Contents

#!/usr/bin/env ruby

# This file loads spring without using Bundler, in order to be fast.
# It gets overwritten when you run the `spring binstub` command.

unless defined?(Spring)
  require 'rubygems'
  require 'bundler'

  lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read)
  if spring = lockfile.specs.detect { |spec| spec.name == "spring" }
    Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path
    gem 'spring', spring.version
    require 'spring/binstub'
  end
end

Version data entries

93 entries across 64 versions & 14 rubygems

Version Path
alchemy_cms-4.0.6 bin/spring
delayed-web-0.4.9 spec/dummy/bin/spring
git_models-1.3.1 spec/dummy/bin/spring
git_models-1.2.0 spec/dummy/bin/spring
delayed-web-0.4.7 spec/dummy/bin/spring
delayed-web-0.4.6 spec/dummy/bin/spring
alchemy_cms-4.1.2 bin/spring
alchemy_cms-4.1.1 bin/spring
veritrans-2.3.0 example/rails/simplepay/bin/spring
veritrans-2.3.0 example/rails/cable/bin/spring
alchemy_cms-4.1.0 bin/spring
alchemy_cms-4.0.5 bin/spring
alchemy_cms-4.0.4 bin/spring
alchemy_cms-4.1.0.rc1 bin/spring
alchemy_cms-4.0.3 bin/spring
alchemy_cms-4.0.2 bin/spring
alchemy_cms-4.1.0.beta bin/spring
delayed-web-0.4.5 spec/dummy/bin/spring
alchemy_cms-4.0.1 bin/spring
groonga-client-model-1.0.2 test/apps/rails5/bin/spring