mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
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:
parent
ff824c508e
commit
782b7fa557
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '~> 5.2.4'
|
gem 'rails', '~> 5.2.4'
|
||||||
gem 'sass-rails', '~> 5.0'
|
gem 'sass-rails', '~> 5.0'
|
||||||
gem 'coffee-rails', '~> 4.2.0'
|
gem 'coffee-rails', '~> 5.0.0'
|
||||||
|
|
||||||
#gem 'json'
|
#gem 'json'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,9 +78,9 @@ GEM
|
||||||
climate_control (0.2.0)
|
climate_control (0.2.0)
|
||||||
codeclimate-test-reporter (1.0.7)
|
codeclimate-test-reporter (1.0.7)
|
||||||
simplecov
|
simplecov
|
||||||
coffee-rails (4.2.2)
|
coffee-rails (5.0.0)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (>= 4.0.0)
|
railties (>= 5.2.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
|
|
@ -282,7 +282,7 @@ DEPENDENCIES
|
||||||
byebug
|
byebug
|
||||||
chartjs-ror!
|
chartjs-ror!
|
||||||
codeclimate-test-reporter (= 1.0.7)
|
codeclimate-test-reporter (= 1.0.7)
|
||||||
coffee-rails (~> 4.2.0)
|
coffee-rails (~> 5.0.0)
|
||||||
database_cleaner
|
database_cleaner
|
||||||
factory_bot_rails
|
factory_bot_rails
|
||||||
font-awesome-sass (~> 4.5.0)
|
font-awesome-sass (~> 4.5.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue