Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Bump coffee-rails from 4.2.2 to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support committed May 20, 2019
1 parent a59fa85 commit c5d7b9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'uglifier', '>= 1.3.0'
# gem 'therubyracer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
gem 'coffee-rails', '~> 5.0'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ GEM
childprocess (1.0.1)
rake (< 13.0)
climate_control (0.2.0)
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
Expand Down Expand Up @@ -340,7 +340,7 @@ DEPENDENCIES
capistrano-rails (~> 1.3)
capistrano-rvm
capybara (~> 3.20)
coffee-rails (~> 4.2)
coffee-rails (~> 5.0)
connection_pool
coveralls
devise
Expand Down

0 comments on commit c5d7b9d

Please sign in to comment.