Skip to content

Instantly share code, notes, and snippets.

View FreekingDean's full-sized avatar
🕴️
MIBSL

Dean Galvin FreekingDean

🕴️
MIBSL
  • Montclair, NJ
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