Skip to content

Instantly share code, notes, and snippets.

@buren
Created August 7, 2016 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buren/1f9f083547165b9cd8b963a14a8c64d5 to your computer and use it in GitHub Desktop.
Save buren/1f9f083547165b9cd8b963a14a8c64d5 to your computer and use it in GitHub Desktop.
Install gems on demand, in scripts, using Bundler inline.
require 'bundler/inline'
gemfile(true) do # `true` means install on demand
source 'https://rubygems.org'
gem 'sinatra'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment