From 72760ed14d90651d224fc27ea3fd1f085deba82e Mon Sep 17 00:00:00 2001 From: Anna Headley <845363+hackartisan@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:52:44 -0500 Subject: [PATCH] Back out requirement for specific bundler version. This is no longer an issue since later versions of bundler first install whatever bundler version the Gemfile.lock was generated with, then run that to bundle. This will give us a little more flexibility on server bundler versions. refs pulibrary/princeton_ansible#3164 reverts #1099 --- Gemfile | 1 - Gemfile.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index e8d65dd2..ae6c9a7e 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,6 @@ gem "blacklight", "7.31.0" gem "blacklight_advanced_search", "~> 7.0.0" gem "blacklight_range_limit" gem "bootstrap", "~> 4.0" -gem "bundler", "2.3.18" gem "capistrano" gem "capistrano-bundler" gem "capistrano-passenger" diff --git a/Gemfile.lock b/Gemfile.lock index 6e0ddca9..fa01170c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -665,7 +665,6 @@ DEPENDENCIES blacklight_advanced_search (~> 7.0.0) blacklight_range_limit bootstrap (~> 4.0) - bundler (= 2.3.18) capistrano capistrano-bundler capistrano-passenger