From 923424e2e403c243266e063bee1e39d370e00e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Thu, 6 Jan 2022 13:23:40 +0800 Subject: [PATCH] update Gemfile --- temp_file/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 846219b..fe4710b 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -9,7 +9,7 @@ end gem 'mime-types','~>3.3.1' gem 'mimemagic','0.3.9' gem 'public_suffix','~>3.1.1' -gem "connection_pool","~>2.2.3" +gem "connection_pool","2.2.3" #social gems gem 'phantomjs','~>2.1.1.0' gem "omniauth-google-oauth2"