From 6a98b06a3a487be7d3d735dbc27afa0bc545a2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 27 Sep 2018 05:53:33 +0000 Subject: [PATCH] Bump jquery-rails from 4.3.1 to 4.3.3 Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.1 to 4.3.3. - [Release notes](https://github.com/rails/jquery-rails/releases) - [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/jquery-rails/compare/v4.3.1...v4.3.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 274333625..ede1c7cd6 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem 'groupdate', '~> 3.2.0' gem 'initialjs-rails', '~> 0.2.0.5' gem 'invisible_captcha', '~> 0.10.0' gem 'jquery-fileupload-rails' -gem 'jquery-rails', '~> 4.3.1' +gem 'jquery-rails', '~> 4.3.3' gem 'jquery-ui-rails', '~> 6.0.1' gem 'kaminari', '~> 1.1.1' gem 'newrelic_rpm', '~> 4.1.0.333' diff --git a/Gemfile.lock b/Gemfile.lock index a3e13bf7b..b29155c17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM term-ansicolor (~> 1.3) thor (~> 0.19.4) tins (~> 1.6) - crass (1.0.3) + crass (1.0.4) daemons (1.2.6) dalli (2.7.6) database_cleaner (1.6.2) @@ -216,7 +216,7 @@ GEM actionpack (>= 3.1) railties (>= 3.1) sass (>= 3.2) - jquery-rails (4.3.1) + jquery-rails (4.3.3) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -537,7 +537,7 @@ DEPENDENCIES initialjs-rails (~> 0.2.0.5) invisible_captcha (~> 0.10.0) jquery-fileupload-rails - jquery-rails (~> 4.3.1) + jquery-rails (~> 4.3.3) jquery-ui-rails (~> 6.0.1) kaminari (~> 1.1.1) knapsack_pro (~> 0.53.0)