diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-05-04 12:12:44 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-04 18:12:44 +0200 |
commit | 2bd132d4581048a96b4d36b5a94e6749c68b8987 (patch) | |
tree | af5934149cf052733441f01078addef067707c37 /Gemfile | |
parent | 91ddd345f2df09089403ca078a4a5987d43ea88b (diff) |
Replace best_in_place editor on admin settings page (#2789)
* Remove best_in_place * Replace best_in_place usage with rails helpers * Move admin/settings#index to #edit action * Remove click_to__edit from i18n
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index d84597a78..79e9fb895 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,6 @@ gem 'hamlit-rails' gem 'pg' gem 'pghero' gem 'dotenv-rails' -gem 'best_in_place', '~> 3.0.1' gem 'aws-sdk', '>= 2.0' gem 'paperclip', '~> 5.1' |