retrospring/bin/spring

18 lines
400 B
Text
Raw Normal View History

2014-08-01 11:23:47 +02:00
#!/usr/bin/env ruby
2017-03-29 22:40:40 +02:00
# frozen_string_literal: true
#
# This file was generated by Bundler.
#
# The application 'spring' is installed as part of a gem, and
# this file is here to facilitate running it.
#
2014-08-01 11:23:47 +02:00
2017-03-29 22:40:40 +02:00
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
2014-08-01 11:23:47 +02:00
2017-03-29 22:40:40 +02:00
require "rubygems"
require "bundler/setup"
2014-08-01 11:23:47 +02:00
2017-03-29 22:40:40 +02:00
load Gem.bin_path("spring", "spring")