From 8ed47581b87a6c0476cbb06964a4b0df62a31930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 03:26:57 +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] <support@github.com> --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 6c3529a..792fa4b 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,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 8cb6eae..af8e547 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,14 +58,14 @@ GEM xpath (>= 2.0, < 4.0) childprocess (3.0.0) chronic (0.10.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 coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.7) crass (1.0.6) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -74,7 +74,7 @@ GEM dotenv (= 2.7.6) railties (>= 3.2) equalizer (0.0.11) - erubi (1.9.0) + erubi (1.10.0) execjs (2.7.0) ffi (1.14.2) ffi-compiler (1.0.1) @@ -93,7 +93,7 @@ GEM http-parser (1.2.1) ffi-compiler (>= 1.0, < 2.0) http_parser.rb (0.6.0) - i18n (1.8.2) + i18n (1.8.7) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -112,7 +112,7 @@ GEM listen (3.4.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.5.0) + loofah (2.8.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -125,7 +125,7 @@ GEM mimemagic (0.3.4) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.14.2) multipart-post (2.1.1) mysql2 (0.5.3) naught (1.1.0) @@ -162,7 +162,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (13.0.1) + rake (13.0.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -211,7 +211,7 @@ GEM multipart-post (~> 2.0) naught (~> 1.0) simple_oauth (~> 0.3.0) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -237,7 +237,7 @@ PLATFORMS DEPENDENCIES byebug capybara (~> 2.13) - coffee-rails (~> 4.2) + coffee-rails (~> 5.0) dotenv-rails jbuilder (~> 2.5) kaminari