Use slim and js for rails g and remove now unused coffee-rails dependency

This commit is contained in:
Maximilian Grundke
2018-03-21 15:57:50 +01:00
parent 4f9cbf91a1
commit 5b056493ac
2 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,6 @@ gem 'activerecord-jdbcpostgresql-adapter', platform: :jruby
gem 'bcrypt'
gem 'bootstrap-will_paginate'
gem 'carrierwave'
gem 'coffee-rails'
gem 'concurrent-ruby'
gem 'concurrent-ruby-ext', platform: :ruby
gem 'activerecord-deprecated_finders', require: 'active_record/deprecated_finders'
@ -28,7 +27,7 @@ gem 'ransack'
gem 'rubytree'
gem 'sass-rails'
gem 'sdoc', group: :doc
gem 'slim'
gem 'slim-rails'
gem 'bootstrap_pagedown'
gem 'pagedown-rails'
gem 'sorcery'