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 /Gemfile.lock | |
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 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index cf005f3..bd41a09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,8 +213,6 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - quiet_assets (1.1.0) - railties (>= 3.1, < 5.0) rack (1.6.4) rack-protection (1.5.3) rack @@ -342,7 +340,6 @@ DEPENDENCIES phantomjs-binaries poltergeist pry - quiet_assets rails (~> 4.2.6) rails-i18n rails_warden |