diff options
Diffstat (limited to 'config/boot.rb')
| -rw-r--r-- | config/boot.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/boot.rb b/config/boot.rb index b92444f..2820116 100644 --- a/config/boot.rb +++ b/config/boot.rb | |||
| @@ -1,2 +1,3 @@ | |||
| 1 | require 'rubygems' | 1 | ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) |
| 2 | require 'bundler/setup' | 2 | |
| 3 | require "bundler/setup" # Set up gems listed in the Gemfile. | ||
