-
-
Save henrik/1965395 to your computer and use it in GitHub Desktop.
Avoid listing gem requirements both in Gemfile and app for e.g. Sinatra on Heroku (and locally).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'bundler' | |
Bundler.require(:default, (ENV['RACK_ENV'] || "development").to_sym) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment