diff --git a/Gemfile b/Gemfile index a9c91a0..c54f45e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.0.1' +gem 'rails', '5.2.6.2' gem 'paperclip' gem 'capistrano' gem 'beanstalk-client' @@ -14,7 +14,7 @@ group :development, :test do gem "rspec", "2.0.0", :git => "http://github.com/rspec/rspec.git" gem "rspec-rails" gem "ZenTest" - gem "factory_girl_rails" + gem "factory_girl_rails", ">= 1.0" end diff --git a/Gemfile.lock b/Gemfile.lock index 65b06b6..adbb8bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,57 +11,80 @@ GEM remote: http://rubygems.org/ specs: ZenTest (4.4.0) - abstract (1.0.0) - actionmailer (3.0.1) - actionpack (= 3.0.1) - mail (~> 2.2.5) - actionpack (3.0.1) - activemodel (= 3.0.1) - activesupport (= 3.0.1) - builder (~> 2.1.2) - erubis (~> 2.6.6) - i18n (~> 0.4.1) - rack (~> 1.2.1) - rack-mount (~> 0.6.12) - rack-test (~> 0.5.4) - tzinfo (~> 0.3.23) - activemodel (3.0.1) - activesupport (= 3.0.1) - builder (~> 2.1.2) - i18n (~> 0.4.1) - activerecord (3.0.1) - activemodel (= 3.0.1) - activesupport (= 3.0.1) - arel (~> 1.0.0) - tzinfo (~> 0.3.23) - activeresource (3.0.1) - activemodel (= 3.0.1) - activesupport (= 3.0.1) - activesupport (3.0.1) - arel (1.0.1) - activesupport (~> 3.0.0) + actioncable (5.2.6.2) + actionpack (= 5.2.6.2) + nio4r (~> 2.0) + websocket-driver (>= 0.6.1) + actionmailer (5.2.6.2) + actionpack (= 5.2.6.2) + actionview (= 5.2.6.2) + activejob (= 5.2.6.2) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.2.6.2) + actionview (= 5.2.6.2) + activesupport (= 5.2.6.2) + rack (~> 2.0, >= 2.0.8) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.2.6.2) + activesupport (= 5.2.6.2) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.2.6.2) + activesupport (= 5.2.6.2) + globalid (>= 0.3.6) + activemodel (5.2.6.2) + activesupport (= 5.2.6.2) + activerecord (5.2.6.2) + activemodel (= 5.2.6.2) + activesupport (= 5.2.6.2) + arel (>= 9.0) + activestorage (5.2.6.2) + actionpack (= 5.2.6.2) + activerecord (= 5.2.6.2) + marcel (~> 1.0.0) + activesupport (5.2.6.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + arel (9.0.0) beanstalk-client (1.1.0) - builder (2.1.2) + builder (3.2.4) capistrano (2.5.19) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) net-ssh (>= 2.0.14) net-ssh-gateway (>= 1.0.0) + concurrent-ruby (1.1.9) + crass (1.0.6) diff-lcs (1.1.2) - erubis (2.6.6) - abstract (>= 1.0.0) - factory_girl (1.3.2) - factory_girl_rails (1.0) - factory_girl (~> 1.3) - rails (>= 3.0.0.beta4) + erubi (1.10.0) + factory_girl (4.9.0) + activesupport (>= 3.0.0) + factory_girl_rails (4.9.0) + factory_girl (~> 4.9.0) + railties (>= 3.0.0) + globalid (1.0.0) + activesupport (>= 5.0) highline (1.6.1) - i18n (0.4.1) - mail (2.2.7) - activesupport (>= 2.3.6) - mime-types - treetop (>= 1.4.5) - mime-types (1.16) + i18n (1.9.1) + concurrent-ruby (~> 1.0) + loofah (2.14.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) + mini_mime (1.1.2) + mini_portile2 (2.7.1) + minitest (5.15.0) mysql (2.8.1) net-scp (1.0.4) net-ssh (>= 1.99.1) @@ -70,29 +93,42 @@ GEM net-ssh (2.0.23) net-ssh-gateway (1.0.1) net-ssh (>= 1.99.1) + nio4r (2.5.8) + nokogiri (1.13.1) + mini_portile2 (~> 2.7.0) + racc (~> 1.4) paperclip (2.3.4) activerecord activesupport - polyglot (0.3.1) - rack (1.2.1) - rack-mount (0.6.13) - rack (>= 1.0.0) - rack-test (0.5.6) - rack (>= 1.0) - rails (3.0.1) - actionmailer (= 3.0.1) - actionpack (= 3.0.1) - activerecord (= 3.0.1) - activeresource (= 3.0.1) - activesupport (= 3.0.1) - bundler (~> 1.0.0) - railties (= 3.0.1) - railties (3.0.1) - actionpack (= 3.0.1) - activesupport (= 3.0.1) - rake (>= 0.8.4) - thor (~> 0.14.0) - rake (0.8.7) + racc (1.6.0) + rack (2.2.3) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails (5.2.6.2) + actioncable (= 5.2.6.2) + actionmailer (= 5.2.6.2) + actionpack (= 5.2.6.2) + actionview (= 5.2.6.2) + activejob (= 5.2.6.2) + activemodel (= 5.2.6.2) + activerecord (= 5.2.6.2) + activestorage (= 5.2.6.2) + activesupport (= 5.2.6.2) + bundler (>= 1.3.0) + railties (= 5.2.6.2) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.2) + loofah (~> 2.3) + railties (5.2.6.2) + actionpack (= 5.2.6.2) + activesupport (= 5.2.6.2) + method_source + rake (>= 0.8.7) + thor (>= 0.19.0, < 2.0) + rake (13.0.6) rspec-core (2.0.0) rspec-expectations (2.0.0) diff-lcs (>= 1.1.2) @@ -101,10 +137,20 @@ GEM rspec-expectations (= 2.0.0) rspec-rails (2.0.1) rspec (~> 2.0.0) - thor (0.14.3) - treetop (1.4.8) - polyglot (>= 0.3.1) - tzinfo (0.3.23) + sprockets (4.0.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) + sprockets (>= 3.0.0) + thor (1.2.1) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) + websocket-driver (0.7.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.5) PLATFORMS ruby @@ -113,9 +159,12 @@ DEPENDENCIES ZenTest beanstalk-client capistrano - factory_girl_rails + factory_girl_rails (>= 1.0) mysql paperclip - rails (= 3.0.1) + rails (= 5.2.6.2) rspec (= 2.0.0)! rspec-rails + +BUNDLED WITH + 2.1.4