Skip to content

Instantly share code, notes, and snippets.

View hidde-jan's full-sized avatar

Hidde-Jan Jongsma hidde-jan

View GitHub Profile
begin
require 'bundler/inline'
rescue LoadError => e
STDERR.puts 'Bundler version 1.10 or later is required. Please update your Bundler'
raise e
end
gemfile(true) do
source 'https://rubygems.org'