Skip to content
Snippets Groups Projects
Select Git revision
  • 651f3c80d3df919eff877e754c5c10cadffe45f9
  • main default protected
  • renovate/selenium-webdriver-4.x-lockfile
  • renovate/importmap-rails-2.x-lockfile
  • renovate/puma-6.x-lockfile
  • renovate/solid_queue-1.x-lockfile
  • renovate/redis-5.x-lockfile
  • renovate/ruby
  • renovate/icalendar-2.x-lockfile
  • renovate/debug-1.x-lockfile
  • renovate/turbo-rails-2.x-lockfile
  • renovate/gcr.io-kaniko-project-executor-1.x
  • eh22 protected
  • update-rubocop
14 results

boot.rb

Blame
  • boot.rb 207 B
    ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
    
    require "bundler/setup" # Set up gems listed in the Gemfile.
    require "bootsnap/setup" # Speed up boot time by caching expensive operations.