diff options
-rw-r--r-- | config/boot.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/boot.rb b/config/boot.rb index 30e4851a5..6c9eec96a 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -54,6 +54,7 @@ module Rails def load_initializer require "#{RAILS_ROOT}/vendor/rails/railties/lib/initializer" Rails::Initializer.run(:install_gem_spec_stubs) + Rails::GemDependency.add_frozen_gem_path end end @@ -115,5 +116,7 @@ module Rails end end + # All that for this: Rails.boot! + |