From 919785960d05bf34978297da9d6bb1b84f645113 Mon Sep 17 00:00:00 2001 From: bohung Date: Mon, 26 Sep 2022 09:38:42 +0800 Subject: [PATCH] Update temp_file. --- temp_file/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 9ed9f41..8147561 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -24,6 +24,7 @@ if $0.to_s.scan('bundle').length==0 end gem 'multipart-post', '2.1.1' gem 'oauth2', '1.4.7' +gem 'rack-protection', '2.2.2' if RUBY_VERSION.to_f <= 2.1 gem 'addressable', '2.8.0' gem 'concurrent-ruby', '1.1.9' @@ -32,7 +33,6 @@ if RUBY_VERSION.to_f <= 2.1 gem 'webrick', '1.3.1' gem 'httparty', '0.19.1' else - gem 'rack-protection', '2.2.2' gem 'addressable' gem 'concurrent-ruby' gem 'signet'