Bump coffee-rails from 4.2.2 to 5.0.0

Bumps [coffee-rails](https://github.com/rails/coffee-rails) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/rails/coffee-rails/releases)
- [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/coffee-rails/compare/v4.2.2...v5.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-02 14:15:37 +00:00 committed by GitHub
parent ff824c508e
commit 782b7fa557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ source 'https://rubygems.org'
gem 'rails', '~> 5.2.4'
gem 'sass-rails', '~> 5.0'
gem 'coffee-rails', '~> 4.2.0'
gem 'coffee-rails', '~> 5.0.0'
#gem 'json'

View file

@ -78,9 +78,9 @@ GEM
climate_control (0.2.0)
codeclimate-test-reporter (1.0.7)
simplecov
coffee-rails (4.2.2)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
@ -282,7 +282,7 @@ DEPENDENCIES
byebug
chartjs-ror!
codeclimate-test-reporter (= 1.0.7)
coffee-rails (~> 4.2.0)
coffee-rails (~> 5.0.0)
database_cleaner
factory_bot_rails
font-awesome-sass (~> 4.5.0)