diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-11-29 09:48:19 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2016-11-29 09:48:19 -0500 |
commit | ffb81ad6e3326332556e8eab867fe1a27a989bf5 (patch) | |
tree | 32180026bb7d866e60dfd1d076d528748c56fce9 /Gemfile | |
parent | 67389eb1a08f00be7926efe0629118b5680ebc4c (diff) | |
download | rails-ffb81ad6e3326332556e8eab867fe1a27a989bf5.tar.gz rails-ffb81ad6e3326332556e8eab867fe1a27a989bf5.tar.bz2 rails-ffb81ad6e3326332556e8eab867fe1a27a989bf5.zip |
rails-ujs is now shipped with Action View
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ gem "jquery-rails" gem "coffee-rails" gem "sass-rails" gem "turbolinks", "~> 5" -gem "rails-ujs", github: "rails/rails-ujs" # require: false so bcrypt is loaded only when has_secure_password is used. # This is to avoid Active Model (and by extension the entire framework) |