From 18e37be03fcbb8d75404e60ab4343a9192c9b05a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 09:25:21 +0000 Subject: [PATCH 1/2] Update jquery-rails to version 4.5.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a194436..16044cc 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'coffee-rails', '~> 5.0.0' gem 'celluloid' # Use jquery as the JavaScript library -gem 'jquery-rails', '4.4.0' +gem 'jquery-rails', '4.5.0' gem 'figaro' From 996730c8849e2f7fe5b2ab5b80f6080982123db6 Mon Sep 17 00:00:00 2001 From: anupamcis <98894468+anupamcis@users.noreply.github.com> Date: Wed, 1 Jun 2022 15:05:33 +0530 Subject: [PATCH 2/2] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 16044cc..10096db 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'coffee-rails', '~> 5.0.0' gem 'celluloid' # Use jquery as the JavaScript library -gem 'jquery-rails', '4.5.0' +gem 'jquery-rails', '4.4.5' gem 'figaro'