From 45f7b8150361c73849e52bf3248783dc185a970e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 24 Apr 2019 07:24:01 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index a3ede01..628c828 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 406a952..fed6a31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,14 +78,14 @@ GEM xpath (~> 3.2) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) - 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 coffee-script-source (1.12.2) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.5) crass (1.0.4) devise (4.6.1) bcrypt (~> 3.0) @@ -104,7 +104,7 @@ GEM has_scope (0.7.2) actionpack (>= 4.1) activesupport (>= 4.1) - i18n (1.5.3) + i18n (1.6.0) concurrent-ruby (~> 1.0) inherited_resources (1.9.0) actionpack (>= 4.2, < 5.3) @@ -148,12 +148,12 @@ GEM minitest (5.11.3) multi_json (1.13.1) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) public_suffix (3.0.3) puma (3.12.0) - rack (2.0.6) + rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.2) @@ -249,7 +249,7 @@ DEPENDENCIES byebug cancancan capybara (~> 3.13) - coffee-rails (~> 4.2) + coffee-rails (~> 5.0) devise jbuilder (~> 2.8) listen (>= 3.0.5, < 3.2)