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'