From 52e94d05595df820c490f64ae219d986364b45a1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Tue, 28 May 2019 10:17:35 +0000 Subject: [PATCH] Update coffee-rails to version 5.0.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e04af4d8..3a444cd9 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index abbe97c7..b49bb253 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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)