Signed-off-by: Adrian Hinz <ahinz@voicetelecom.pl>

This commit is contained in:
Adrian Hinz 2017-12-11 10:59:40 +01:00
parent 536a0fb168
commit 8a822b9344
1 changed files with 6 additions and 1 deletions

View File

@ -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'