From 8a822b9344ac9347e721fb6603406142bfd31c7e Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Mon, 11 Dec 2017 10:59:40 +0100 Subject: [PATCH] Signed-off-by: Adrian Hinz --- Gemfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a999eb7..13ece54 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' @@ -49,3 +49,8 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] + +gem 'double-bag-ftps', '~> 0.1.3' + +gem 'rack-cors', :require => 'rack/cors' +gem 'cocoon', '~> 1.2.9'