Drop ejs as we aren't using it anymore
This commit is contained in:
parent
47385464cd
commit
312bc4e72c
2 changed files with 0 additions and 5 deletions
3
Gemfile
3
Gemfile
|
@ -34,9 +34,6 @@ gem 'jsonify-rails'
|
|||
# Use R2 for RTL conversion
|
||||
gem 'r2'
|
||||
|
||||
# Use ejs for javascript templates
|
||||
gem 'ejs'
|
||||
|
||||
# Load rails plugins
|
||||
gem 'rails-i18n', "~> 4.0.0"
|
||||
gem 'dynamic_form'
|
||||
|
|
|
@ -48,7 +48,6 @@ GEM
|
|||
dalli (2.6.4)
|
||||
deadlock_retry (1.2.0)
|
||||
dynamic_form (1.1.4)
|
||||
ejs (1.1.1)
|
||||
erubis (2.7.0)
|
||||
execjs (2.0.2)
|
||||
faraday (0.8.8)
|
||||
|
@ -181,7 +180,6 @@ DEPENDENCIES
|
|||
dalli
|
||||
deadlock_retry (>= 1.2.0)
|
||||
dynamic_form
|
||||
ejs
|
||||
htmlentities
|
||||
http_accept_language (~> 2.0.0)
|
||||
httpclient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue