mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Merge pull request #2216 from TracksApp/dependabot/bundler/coffee-rails-5.0.0
Bump coffee-rails from 4.2.2 to 5.0.0
This commit is contained in:
commit
776850a1df
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 'sass-rails', '~> 5.0'
|
||||
gem 'coffee-rails', '~> 4.2.0'
|
||||
gem 'coffee-rails', '~> 5.0.0'
|
||||
|
||||
#gem 'json'
|
||||
|
||||
|
|
|
@ -79,9 +79,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
|
||||
|
@ -299,7 +299,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue