diff --git a/Gemfile b/Gemfile index 23fb8aa..074d983 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,6 @@ gem "sass-rails", "~> 6.0" gem "font-awesome-rails", ">= 4.7.0.9" gem "uglifier", ">= 1.3.0" -gem "coffee-rails", "~> 5.0" gem "turbolinks", "~> 5" gem "redcarpet" gem "wicked_pdf", "1.4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 62d495d..0339664 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,13 +132,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coffee-rails (5.0.0) - coffee-script (>= 2.2.0) - railties (>= 5.2.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) concurrent-ruby (1.3.4) connection_pool (3.0.2) crass (1.0.7) @@ -429,7 +422,6 @@ DEPENDENCIES aws-sdk-s3 bundler-audit capybara (~> 3.40) - coffee-rails (~> 5.0) concurrent-ruby (< 1.3.5) dotenv-rails fastruby-styleguide! diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 62d495d..0339664 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -132,13 +132,6 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) climate_control (1.2.0) - coffee-rails (5.0.0) - coffee-script (>= 2.2.0) - railties (>= 5.2.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.12.2) concurrent-ruby (1.3.4) connection_pool (3.0.2) crass (1.0.7) @@ -429,7 +422,6 @@ DEPENDENCIES aws-sdk-s3 bundler-audit capybara (~> 3.40) - coffee-rails (~> 5.0) concurrent-ruby (< 1.3.5) dotenv-rails fastruby-styleguide! diff --git a/app/assets/javascripts/home.coffee b/app/assets/javascripts/home.coffee deleted file mode 100644 index 24f83d1..0000000 --- a/app/assets/javascripts/home.coffee +++ /dev/null @@ -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/ diff --git a/app/assets/javascripts/home.js b/app/assets/javascripts/home.js new file mode 100644 index 0000000..dee720f --- /dev/null +++ b/app/assets/javascripts/home.js @@ -0,0 +1,2 @@ +// Place all the behaviors and hooks related to the matching controller here. +// All this logic will automatically be available in application.js.