From ba67e496717926098180a79daf4f5c240b0089eb Mon Sep 17 00:00:00 2001 From: waridrox Date: Tue, 13 Jul 2021 13:47:49 +0530 Subject: [PATCH] checking with bundler --- Gemfile | 3 ++- Gemfile.lock | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 303c1baa..aad9bd3e 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :assets do # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', :platforms => :ruby - gem 'uglifier', '~> 2.6.1' + gem 'uglifier', '~> 2.7' end group :test do @@ -57,6 +57,7 @@ gem 'protected_attributes_continued', '~> 1.8.1' gem 'ruby-openid' gem 'rack-offline', '>= 0.6.4' +gem 'bundler', '1.17.3' # To use ActiveModel has_secure_password # gem 'bcrypt-ruby', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5acbba2c..db6d7bec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,7 +214,7 @@ GEM thread_safe (0.3.6) tzinfo (1.2.7) thread_safe (~> 0.1) - uglifier (2.6.1) + uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) unicode-display_width (2.0.0) @@ -232,6 +232,7 @@ PLATFORMS DEPENDENCIES bootsnap (~> 1.7.5) + bundler (= 1.17.3) capybara font-awesome-rails jquery-rails @@ -260,7 +261,7 @@ DEPENDENCIES skylight terrapin (~> 0.6.0) tzinfo (~> 1.1) - uglifier (~> 2.6.1) + uglifier (~> 2.7) will_paginate (~> 3.3.0) will_paginate-bootstrap (~> 1.0.2)