Skip to content

Instantly share code, notes, and snippets.

View albertoalmagro's full-sized avatar
🏠
Working from home

Alberto Almagro albertoalmagro

🏠
Working from home
View GitHub Profile
# frozen_string_literal: true
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