site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

boot.rb (207B)


      1 ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
      2 
      3 require "bundler/setup" # Set up gems listed in the Gemfile.
      4 require "bootsnap/setup" # Speed up boot time by caching expensive operations.