Remove coffeescript support

This commit is contained in:
Lars Henrik Mai 2020-03-09 12:20:39 +01:00
parent e7e4ea1fe1
commit 048fb4dd30
3 changed files with 0 additions and 12 deletions

View file

@ -21,7 +21,6 @@ gem 'omniauth-browserid'
# templates, css and other frontend related # templates, css and other frontend related
gem 'sass-rails' gem 'sass-rails'
gem 'uglifier' gem 'uglifier'
gem 'coffee-rails'
gem 'slim-rails' gem 'slim-rails'
gem 'jquery-rails' gem 'jquery-rails'
gem 'turbolinks' gem 'turbolinks'

View file

@ -56,13 +56,6 @@ GEM
regexp_parser (~> 1.5) regexp_parser (~> 1.5)
xpath (~> 3.2) xpath (~> 3.2)
coderay (1.1.2) coderay (1.1.2)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6) concurrent-ruby (1.1.6)
coveralls (0.7.2) coveralls (0.7.2)
multi_json (~> 1.3) multi_json (~> 1.3)
@ -305,7 +298,6 @@ DEPENDENCIES
apparition apparition
awesome_print awesome_print
capybara capybara
coffee-rails
coveralls coveralls
database_cleaner database_cleaner
elasticsearch (~> 6) elasticsearch (~> 6)

View file

@ -1,3 +0,0 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://coffeescript.org/