From ca6dc0706f2070a9a85696d318401198215c260f Mon Sep 17 00:00:00 2001 From: Bohung Date: Wed, 13 Apr 2022 23:42:34 +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 04f6f28..b285b39 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -7,7 +7,7 @@ if $0.to_s.scan('bundle').length==0 } end if RUBY_VERSION.to_f <= 2.1 - gem 'concurrent-ruby', '~>1.1.9' + gem 'concurrent-ruby', '1.1.9' else gem 'concurrent-ruby' end