diff --git a/Gemfile b/Gemfile index ef085fd..3230127 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '2.5.7' -gem 'rails', '~> 3.2' +gem 'rails', '~> 6.1' gem 'json' gem 'authlogic' diff --git a/Gemfile.lock b/Gemfile.lock index a133ca7..4a707d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,55 +2,104 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (2.3.6) - actionmailer (3.2.22.5) - actionpack (= 3.2.22.5) - mail (~> 2.5.4) - actionpack (3.2.22.5) - activemodel (= 3.2.22.5) - activesupport (= 3.2.22.5) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.4) - rack (~> 1.4.5) - rack-cache (~> 1.2) - rack-test (~> 0.6.1) - sprockets (~> 2.2.1) - activemodel (3.2.22.5) - activesupport (= 3.2.22.5) - builder (~> 3.0.0) - activerecord (3.2.22.5) - activemodel (= 3.2.22.5) - activesupport (= 3.2.22.5) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activeresource (3.2.22.5) - activemodel (= 3.2.22.5) - activesupport (= 3.2.22.5) - activesupport (3.2.22.5) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) - arel (3.0.3) - authlogic (3.8.0) - activerecord (>= 3.2, < 5.3) - activesupport (>= 3.2, < 5.3) + actioncable (6.1.6.1) + actionpack (= 6.1.6.1) + activesupport (= 6.1.6.1) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailbox (6.1.6.1) + actionpack (= 6.1.6.1) + activejob (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) + mail (>= 2.7.1) + actionmailer (6.1.6.1) + actionpack (= 6.1.6.1) + actionview (= 6.1.6.1) + activejob (= 6.1.6.1) + activesupport (= 6.1.6.1) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (6.1.6.1) + actionview (= 6.1.6.1) + activesupport (= 6.1.6.1) + rack (~> 2.0, >= 2.0.9) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actiontext (6.1.6.1) + actionpack (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) + nokogiri (>= 1.8.5) + actionview (6.1.6.1) + activesupport (= 6.1.6.1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activejob (6.1.6.1) + activesupport (= 6.1.6.1) + globalid (>= 0.3.6) + activemodel (6.1.6.1) + activesupport (= 6.1.6.1) + activerecord (6.1.6.1) + activemodel (= 6.1.6.1) + activesupport (= 6.1.6.1) + activestorage (6.1.6.1) + actionpack (= 6.1.6.1) + activejob (= 6.1.6.1) + activerecord (= 6.1.6.1) + activesupport (= 6.1.6.1) + marcel (~> 1.0) + mini_mime (>= 1.1.0) + activesupport (6.1.6.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + authlogic (6.4.1) + activemodel (>= 5.2, < 6.2) + activerecord (>= 5.2, < 6.2) + activesupport (>= 5.2, < 6.2) request_store (~> 1.0) - scrypt (>= 1.2, < 4.0) - builder (3.0.4) + builder (3.2.4) carrierwave (0.6.2) activemodel (>= 3.2.0) activesupport (>= 3.2.0) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.10) + crass (1.0.6) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dry-inflector (0.2.0) - erubis (2.7.0) - excon (0.72.0) - faraday (1.0.0) - multipart-post (>= 1.2, < 3) - ffi (1.12.2) - ffi-compiler (1.0.1) - ffi (>= 1.0.0) - rake + erubi (1.11.0) + excon (0.92.4) + faraday (1.10.2) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0) + faraday-multipart (~> 1.0) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.0) + faraday-patron (~> 1.0) + faraday-rack (~> 1.0) + faraday-retry (~> 1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-multipart (1.0.4) + multipart-post (~> 2) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + faraday-rack (1.0.0) + faraday-retry (1.0.3) fission (0.5.0) CFPropertyList (~> 2.2) fog (2.0.0) @@ -197,7 +246,7 @@ GEM fog-voxel (0.1.0) fog-core fog-xml - fog-vsphere (3.2.3) + fog-vsphere (3.5.2) fog-core rbvmomi (>= 1.9, < 3) fog-xenserver (1.0.0) @@ -207,125 +256,148 @@ GEM fog-xml (0.1.3) fog-core nokogiri (>= 1.5.11, < 2.0.0) - formatador (0.2.5) - hashie (3.6.0) - hike (1.2.3) + formatador (0.3.0) + globalid (1.0.0) + activesupport (>= 5.0) + hashie (5.0.0) http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) ipaddress (0.8.3) - journey (1.0.4) json (2.3.0) - jwt (2.2.1) + jwt (2.5.0) kgio (2.11.3) - mail (2.5.5) - mime-types (~> 1.16) - treetop (~> 1.4.8) + loofah (2.18.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mail (2.7.1) + mini_mime (>= 0.1.1) + marcel (1.0.2) + method_source (1.0.0) mime-types (1.25.1) mini_exiftool (2.10.0) mini_exiftool_vendored (9.2.7.v1) mini_exiftool (>= 1.6.0) mini_magick (4.10.1) - mini_portile2 (2.4.0) - multi_json (1.14.1) + mini_mime (1.1.2) + mini_portile2 (2.6.1) + minitest (5.15.0) + multi_json (1.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) + multipart-post (2.2.3) netrc (0.11.0) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) - oauth2 (1.4.4) - faraday (>= 0.8, < 2.0) + nio4r (2.5.8) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.4.2) - hashie (>= 1.2, < 4) - rack (>= 1.0, < 3) - omniauth-facebook (6.0.0) + rash_alt (>= 0.4, < 1) + version_gem (~> 1.1) + omniauth (2.1.0) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-facebook (9.0.0) omniauth-oauth2 (~> 1.2) - omniauth-oauth2 (1.5.0) - oauth2 (~> 1.1) - omniauth (~> 1.2) - optimist (3.0.0) + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) + optimist (3.0.1) ovirt-engine-sdk (4.3.0) json (>= 1, < 3) pg (0.21.0) - polyglot (0.3.5) power_assert (1.1.6) - rack (1.4.7) - rack-cache (1.11.0) - rack (>= 0.4) - rack-ssl (1.3.4) + racc (1.6.0) + rack (2.2.4) + rack-protection (2.2.2) rack - rack-test (0.6.3) - rack (>= 1.0) - rails (3.2.22.5) - actionmailer (= 3.2.22.5) - actionpack (= 3.2.22.5) - activerecord (= 3.2.22.5) - activeresource (= 3.2.22.5) - activesupport (= 3.2.22.5) - bundler (~> 1.0) - railties (= 3.2.22.5) + rack-test (2.0.2) + rack (>= 1.3) + rails (6.1.6.1) + actioncable (= 6.1.6.1) + actionmailbox (= 6.1.6.1) + actionmailer (= 6.1.6.1) + actionpack (= 6.1.6.1) + actiontext (= 6.1.6.1) + actionview (= 6.1.6.1) + activejob (= 6.1.6.1) + activemodel (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) + bundler (>= 1.15.0) + railties (= 6.1.6.1) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.3) + loofah (~> 2.3) rails_12factor (0.0.3) rails_serve_static_assets rails_stdout_logging rails_serve_static_assets (0.0.5) rails_stdout_logging (0.0.5) - railties (3.2.22.5) - actionpack (= 3.2.22.5) - activesupport (= 3.2.22.5) - rack-ssl (~> 1.3.2) - rake (>= 0.8.7) - rdoc (~> 3.4) - thor (>= 0.14.6, < 2.0) + railties (6.1.6.1) + actionpack (= 6.1.6.1) + activesupport (= 6.1.6.1) + method_source + rake (>= 12.2) + thor (~> 1.0) raindrops (0.19.1) - rake (13.0.1) + rake (13.0.6) + rash_alt (0.4.12) + hashie (>= 3.4) rbovirt (0.1.7) nokogiri rest-client (> 1.7.0) - rbvmomi (2.3.0) + rbvmomi (2.4.1) builder (~> 3.0) json (>= 1.8) nokogiri (~> 1.5) optimist (~> 3.0) - rdoc (3.9.5) - request_store (1.5.0) + request_store (1.5.1) rack (>= 1.4) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - scrypt (3.0.7) - ffi-compiler (>= 1.0, < 2.0) - sprockets (2.2.3) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) + ruby2_keywords (0.0.5) + sprockets (4.1.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) + sprockets (>= 3.0.0) sqlite3 (1.3.13) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) test-unit (3.3.5) power_assert - thor (1.0.1) - tilt (1.4.1) - treetop (1.4.15) - polyglot - polyglot (>= 0.3.1) - tzinfo (0.3.56) + thor (1.2.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.6) unicorn (5.5.3) kgio (~> 2.6) raindrops (~> 0.7) + version_gem (1.1.0) + websocket-driver (0.7.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.5) xml-simple (1.1.5) xmlrpc (0.3.0) + zeitwerk (2.6.0) PLATFORMS ruby @@ -341,7 +413,7 @@ DEPENDENCIES omniauth omniauth-facebook pg (< 1) - rails (~> 3.2) + rails (~> 6.1) rails_12factor sqlite3 (< 1.4) sqlite3-ruby