Skip to content

Commit

Permalink
Update coffee-rails to version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed May 28, 2019
1 parent 14e84a3 commit 52e94d0
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 @@ -21,7 +21,7 @@ gem 'webpacker', '>= 4.0.x'
# gem 'mini_racer', platforms: :ruby

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
gem 'coffee-rails', '~> 5.0'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use ActiveModel has_secure_password
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ GEM
archive-zip (~> 0.10)
nokogiri (~> 1.8)
coderay (1.1.2)
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 @@ -345,7 +345,7 @@ DEPENDENCIES
capistrano-sidekiq
capybara (>= 2.15)
chromedriver-helper
coffee-rails (~> 4.2)
coffee-rails (~> 5.0)
coveralls
database_cleaner
factory_bot_rails (~> 5.0)
Expand Down

0 comments on commit 52e94d0

Please sign in to comment.