From 0c750284d42861700129671d87fc2280c9945967 Mon Sep 17 00:00:00 2001 From: Bohung Date: Wed, 13 Apr 2022 23:31:07 +0800 Subject: [PATCH] Update Gemfile. --- temp_file/Gemfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index b69807c..04f6f28 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -6,6 +6,11 @@ if $0.to_s.scan('bundle').length==0 system("bundle install") if !flag } end +if RUBY_VERSION.to_f <= 2.1 + gem 'concurrent-ruby', '~>1.1.9' +else + gem 'concurrent-ruby' +end #built in modules eval(File.read(File.dirname(__FILE__) + '/built_in_extensions.rb')) #modules installed from the store