diff --git a/Gemfile b/Gemfile index f21babd..3ddfefe 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ ruby '2.6.0' gem 'autoprefixer-rails' gem 'bourbon', '~> 4.2.0' gem 'chronic' -gem 'coffee-rails', '~> 4.1.0' +gem 'coffee-rails', '~> 4.2.2' gem 'delayed_job_active_record' gem 'flutie' gem 'high_voltage' diff --git a/Gemfile.lock b/Gemfile.lock index 6fab4f9..51495c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,9 +71,9 @@ GEM coderay (1.1.2) coercible (1.0.0) descendants_tracker (~> 0.0.1) - coffee-rails (4.1.1) + coffee-rails (4.2.2) coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) + railties (>= 4.0.0) coffee-script (2.4.1) coffee-script-source execjs @@ -284,7 +284,7 @@ DEPENDENCIES bundler-audit capybara-webkit chronic - coffee-rails (~> 4.1.0) + coffee-rails (~> 4.2.2) database_cleaner delayed_job_active_record dotenv-rails