diff options
author | Azul <azul@riseup.net> | 2016-03-23 22:46:06 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 08:24:40 -0300 |
commit | c7ef6adcd20e9ac9ca729a3ee2a718d31fbb6b51 (patch) | |
tree | f84137f366cf235a4abbdc3297520884ad6ec58f /Gemfile.lock | |
parent | 9a8f1da14f6a0ab83206c57059fbc8cf5bc77b60 (diff) |
upgrade: add responders gem as a stopgap meassure
respond_with is discouraged.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 78f3ea2..cf005f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,6 +253,8 @@ GEM rdiscount (2.1.8) ref (2.0.0) regexp_parser (0.3.3) + responders (2.1.2) + railties (>= 4.2.0, < 5.1) ruby-srp (0.2.1) ruby_parser (3.8.1) sexp_processor (~> 4.1) @@ -346,6 +348,7 @@ DEPENDENCIES rails_warden rake rdiscount + responders (~> 2.0) ruby-srp (~> 0.2.1) sass-rails simple_form |