diff options
author | Azul <azul@riseup.net> | 2016-03-24 11:10:48 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 08:28:42 -0300 |
commit | 54661746ffa9f113c6b489a4d5ba170a27874ad1 (patch) | |
tree | b4edf1d9804c1a77e6f738cf745563cc410d7427 /config/boot.rb | |
parent | 464c2b463522cdb5e4577b1b9ab7ffb890788d94 (diff) |
upgrade: migrate config
environment.rb
boot.rb
application.rb
-> adopted according to http://railsdiff.org/3.2.22.2/4.2.6
Also dropped quite_assets - not sure if this is still needed with
rails 4.2. If it is we can bring it back.
Diffstat (limited to 'config/boot.rb')
-rw-r--r-- | config/boot.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/boot.rb b/config/boot.rb index 4489e58..6b750f0 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,6 +1,3 @@ -require 'rubygems' - -# Set up gems listed in the Gemfile. ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) -require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE']) +require 'bundler/setup' # Set up gems listed in the Gemfile. |