diff --git a/Gemfile b/Gemfile index ee4572c0..084279e6 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,6 @@ gem 'jquery-rails' gem 'turbolinks', '~> 2.5.3' gem 'jquery-turbolinks' gem 'jbuilder', '~> 2.10' -gem 'sdoc', '~> 0.4.1', group: :doc gem 'bcrypt', '~> 3.1.7' @@ -35,8 +34,9 @@ gem 'rails-assets-growl' gem 'rails-assets-jquery', '~> 2.2.0' gem "paperclip", "~> 4.2" gem 'delayed_paperclip' -gem 'fog' +gem 'fog-core' gem 'fog-aws' +gem 'fog-local' gem 'momentjs-rails', '>= 2.9.0' gem 'bootstrap3-datetimepicker-rails', '~> 4.7.14' gem 'tiny-color-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 95ace612..b6b03f82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,6 @@ GEM remote: https://rubygems.org/ remote: https://rails-assets.org/ specs: - CFPropertyList (2.3.6) actioncable (5.2.4.2) actionpack (= 5.2.4.2) nio4r (~> 2.0) @@ -137,7 +136,6 @@ GEM docile (1.3.2) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) - dry-inflector (0.2.0) ed25519 (1.2.4) equalizer (0.0.11) erubi (1.9.0) @@ -161,152 +159,21 @@ GEM ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - fission (0.5.0) - CFPropertyList (~> 2.2) - fog (1.41.0) - fog-aliyun (>= 0.1.0) - fog-atmos - fog-aws (>= 0.6.0) - fog-brightbox (~> 0.4) - fog-cloudatcost (~> 0.1.0) - fog-core (~> 1.45) - fog-digitalocean (>= 0.3.0) - fog-dnsimple (~> 1.0) - fog-dynect (~> 0.0.2) - fog-ecloud (~> 0.1) - fog-google (<= 0.1.0) - fog-internet-archive - fog-joyent - fog-json - fog-local - fog-openstack - fog-powerdns (>= 0.1.1) - fog-profitbricks - fog-rackspace - fog-radosgw (>= 0.0.2) - fog-riakcs - fog-sakuracloud (>= 0.0.4) - fog-serverlove - fog-softlayer - fog-storm_on_demand - fog-terremark - fog-vmfusion - fog-voxel - fog-vsphere (>= 0.4.0) - fog-xenserver - fog-xml (~> 0.1.1) - ipaddress (~> 0.5) - json (>= 1.8, < 2.0) - fog-aliyun (0.3.8) - fog-core - fog-json - ipaddress (~> 0.8) - xml-simple (~> 1.1) - fog-atmos (0.1.0) - fog-core - fog-xml - fog-aws (2.0.1) - fog-core (~> 1.38) - fog-json (~> 1.0) + fog-aws (3.6.2) + fog-core (~> 2.1) + fog-json (~> 1.1) fog-xml (~> 0.1) ipaddress (~> 0.8) - fog-brightbox (0.16.1) - dry-inflector - fog-core - fog-json - mime-types - fog-cloudatcost (0.1.2) - fog-core (~> 1.36) - fog-json (~> 1.0) - fog-xml (~> 0.1) - ipaddress (~> 0.8) - fog-core (1.45.0) + fog-core (2.2.0) builder - excon (~> 0.58) + excon (~> 0.71) formatador (~> 0.2) - fog-digitalocean (0.4.0) - fog-core - fog-json - fog-xml - ipaddress (>= 0.5) - fog-dnsimple (1.0.0) - fog-core (~> 1.38) - fog-json (~> 1.0) - fog-dynect (0.0.3) - fog-core - fog-json - fog-xml - fog-ecloud (0.3.0) - fog-core - fog-xml - fog-google (0.1.0) - fog-core - fog-json - fog-xml - fog-internet-archive (0.0.1) - fog-core - fog-json - fog-xml - fog-joyent (0.0.1) - fog-core (~> 1.42) - fog-json (>= 1.0) + mime-types fog-json (1.2.0) fog-core multi_json (~> 1.10) fog-local (0.6.0) fog-core (>= 1.27, < 3.0) - fog-openstack (0.3.10) - fog-core (>= 1.45, <= 2.1.0) - fog-json (>= 1.0) - ipaddress (>= 0.8) - fog-powerdns (0.2.0) - fog-core - fog-json - fog-xml - fog-profitbricks (4.1.1) - fog-core (~> 1.42) - fog-json (~> 1.0) - fog-rackspace (0.1.6) - fog-core (>= 1.35) - fog-json (>= 1.0) - fog-xml (>= 0.1) - ipaddress (>= 0.8) - fog-radosgw (0.0.5) - fog-core (>= 1.21.0) - fog-json - fog-xml (>= 0.0.1) - fog-riakcs (0.1.0) - fog-core - fog-json - fog-xml - fog-sakuracloud (1.7.5) - fog-core - fog-json - fog-serverlove (0.1.2) - fog-core - fog-json - fog-softlayer (1.1.4) - fog-core - fog-json - fog-storm_on_demand (0.1.1) - fog-core - fog-json - fog-terremark (0.1.0) - fog-core - fog-xml - fog-vmfusion (0.1.0) - fission - fog-core - fog-voxel (0.1.0) - fog-core - fog-xml - fog-vsphere (3.3.0) - fog-core - rbvmomi (>= 1.9, < 3) - fog-xenserver (1.0.0) - fog-core - fog-xml - xmlrpc fog-xml (0.1.3) fog-core nokogiri (>= 1.5.11, < 2.0.0) @@ -369,7 +236,7 @@ GEM turbolinks jquery-ui-rails (6.0.1) railties (>= 3.2.16) - json (1.8.6) + json (2.3.0) kaminari (1.2.0) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.0) @@ -442,7 +309,6 @@ GEM omniauth-twitter (1.4.0) omniauth-oauth (~> 1.1) rack - optimist (3.0.0) orm_adapter (0.5.0) paperclip (4.2.4) activemodel (>= 3.2.0) @@ -521,12 +387,6 @@ GEM ffi rbnacl-libsodium (1.0.16) rbnacl (>= 3.0.1) - rbvmomi (2.4.1) - builder (~> 3.0) - json (>= 1.8) - nokogiri (~> 1.5) - optimist (~> 3.0) - rdoc (4.3.0) redcarpet (3.5.0) redis (4.1.3) regexp_parser (1.7.0) @@ -576,9 +436,6 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) shellany (0.0.1) sidekiq (5.2.8) connection_pool (~> 2.2, >= 2.2.2) @@ -657,8 +514,6 @@ GEM will_paginate (3.3.0) will_paginate-bootstrap (1.0.2) will_paginate (>= 3.0.3) - xml-simple (1.1.5) - xmlrpc (0.3.0) xpath (3.2.0) nokogiri (~> 1.8) @@ -689,8 +544,9 @@ DEPENDENCIES factory_girl_rails fake_email_validator faker - fog fog-aws + fog-core + fog-local font-awesome-rails (~> 4.7.0) font-kit-rails foreman @@ -730,7 +586,6 @@ DEPENDENCIES ruby-progressbar sanitize sass-rails (~> 5.0) - sdoc (~> 0.4.1) sidekiq (< 6) simplecov simplecov-json