From ea04f016173c6881e3d70095ee0730b9f79b5955 Mon Sep 17 00:00:00 2001 From: Carl Chenet Date: Wed, 17 Oct 2018 19:12:10 +0200 Subject: [PATCH] import from server --- Gemfile.lock | 223 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 133 insertions(+), 90 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2391d48..4883a29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,133 +1,174 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.1.12) - actionpack (= 4.1.12) - actionview (= 4.1.12) + actionmailer (4.2.8) + actionpack (= 4.2.8) + actionview (= 4.2.8) + activejob (= 4.2.8) mail (~> 2.5, >= 2.5.4) - actionpack (4.1.12) - actionview (= 4.1.12) - activesupport (= 4.1.12) - rack (~> 1.5.2) + rails-dom-testing (~> 1.0, >= 1.0.5) + actionpack (4.2.8) + actionview (= 4.2.8) + activesupport (= 4.2.8) + rack (~> 1.6) rack-test (~> 0.6.2) - actionview (4.1.12) - activesupport (= 4.1.12) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (4.2.8) + activesupport (= 4.2.8) builder (~> 3.1) erubis (~> 2.7.0) - activemodel (4.1.12) - activesupport (= 4.1.12) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (4.2.8) + activesupport (= 4.2.8) + globalid (>= 0.3.0) + activemodel (4.2.8) + activesupport (= 4.2.8) builder (~> 3.1) - activerecord (4.1.12) - activemodel (= 4.1.12) - activesupport (= 4.1.12) - arel (~> 5.0.0) - activesupport (4.1.12) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) + activerecord (4.2.8) + activemodel (= 4.2.8) + activesupport (= 4.2.8) + arel (~> 6.0) + activerecord-typedstore (1.2.0) + activerecord (>= 4.2, < 5.3) + activesupport (4.2.8) + i18n (~> 0.7) minitest (~> 5.1) - thread_safe (~> 0.1) + thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - arel (5.0.1.20140414130214) - bcrypt (3.1.7) - builder (3.2.2) - diff-lcs (1.2.5) + arel (6.0.4) + bcrypt (3.1.12) + builder (3.2.3) + chunky_png (1.3.10) + commonmarker (0.17.9) + ruby-enum (~> 0.5) + concurrent-ruby (1.0.5) + crass (1.0.4) + diff-lcs (1.3) dynamic_form (1.1.4) erubis (2.7.0) - exception_notification (4.0.1) - actionmailer (>= 3.0.4) - activesupport (>= 3.0.4) - execjs (2.2.1) - faker (1.4.2) - i18n (~> 0.5) + exception_notification (4.2.2) + actionmailer (>= 4.0, < 6) + activesupport (>= 4.0, < 6) + execjs (2.7.0) + faker (1.9.1) + i18n (>= 0.7) + globalid (0.4.1) + activesupport (>= 4.2.0) htmlentities (4.3.4) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) innertube (1.1.0) joiner (0.3.4) activerecord (>= 4.1.0) - jquery-rails (3.1.1) - railties (>= 3.0, < 5.0) + jquery-rails (4.3.3) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.3) - kgio (2.9.2) + kgio (2.11.2) + loofah (2.2.2) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) machinist (2.0) - mail (2.6.3) - mime-types (>= 1.16, < 3) + mail (2.7.0) + mini_mime (>= 0.1.1) middleware (0.1.0) - mime-types (2.6.1) + mini_mime (1.0.0) mini_portile (0.5.3) - minitest (5.7.0) - mysql2 (0.3.20) + minitest (5.11.3) + mysql2 (0.4.10) nokogiri (1.6.1) mini_portile (~> 0.5.0) - oauth (0.4.7) - rack (1.5.5) + oauth (0.5.4) + piwik_analytics (1.0.2) + actionpack + activesupport + rails (>= 3.0.0) + rack (1.6.10) rack-test (0.6.3) rack (>= 1.0) - rails (4.1.12) - actionmailer (= 4.1.12) - actionpack (= 4.1.12) - actionview (= 4.1.12) - activemodel (= 4.1.12) - activerecord (= 4.1.12) - activesupport (= 4.1.12) + rails (4.2.8) + actionmailer (= 4.2.8) + actionpack (= 4.2.8) + actionview (= 4.2.8) + activejob (= 4.2.8) + activemodel (= 4.2.8) + activerecord (= 4.2.8) + activesupport (= 4.2.8) bundler (>= 1.3.0, < 2.0) - railties (= 4.1.12) - sprockets-rails (~> 2.0) - railties (4.1.12) - actionpack (= 4.1.12) - activesupport (= 4.1.12) + railties (= 4.2.8) + sprockets-rails + rails-deprecated_sanitizer (1.0.3) + activesupport (>= 4.2.0.alpha) + rails-dom-testing (1.0.9) + activesupport (>= 4.2.0, < 5.0) + nokogiri (~> 1.6) + rails-deprecated_sanitizer (>= 1.0.1) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) + railties (4.2.8) + actionpack (= 4.2.8) + activesupport (= 4.2.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - raindrops (0.13.0) - rake (10.4.2) - rdiscount (2.1.7.1) - riddle (1.5.11) - rspec-collection_matchers (1.0.0) - rspec-expectations (>= 2.99.0.beta1) - rspec-core (2.99.1) - rspec-expectations (2.99.2) - diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.99.2) - rspec-rails (2.99.0) + raindrops (0.19.0) + rake (12.3.1) + riddle (2.3.1) + rotp (3.3.1) + rqrcode (0.10.1) + chunky_png (~> 1.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-rails (3.8.0) actionpack (>= 3.0) - activemodel (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-collection_matchers - rspec-core (~> 2.99.0) - rspec-expectations (~> 2.99.0) - rspec-mocks (~> 2.99.0) - sprockets (3.2.0) - rack (~> 1.0) - sprockets-rails (2.3.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (>= 2.8, < 4.0) - sqlite3 (1.3.9) - thinking-sphinx (3.1.2) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) + ruby-enum (0.7.2) + i18n + sprockets (3.7.2) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thinking-sphinx (3.1.4) activerecord (>= 3.1.0) builder (>= 2.1.2) innertube (>= 1.0.2) joiner (>= 0.2.0) middleware (>= 0.1.0) riddle (>= 1.5.11) - thor (0.19.1) - thread_safe (0.3.5) - tzinfo (1.2.2) + thor (0.20.0) + thread_safe (0.3.6) + tzinfo (1.2.5) thread_safe (~> 0.1) - uglifier (2.5.3) - execjs (>= 0.3.0) - json (>= 1.8.0) - unicorn (4.8.3) + uglifier (4.1.17) + execjs (>= 0.3.0, < 3) + unicorn (5.4.1) kgio (~> 2.6) - rack raindrops (~> 0.7) PLATFORMS ruby DEPENDENCIES + activerecord-typedstore bcrypt (~> 3.1.2) + commonmarker (~> 0.14) dynamic_form exception_notification faker @@ -135,16 +176,18 @@ DEPENDENCIES jquery-rails machinist mail - mysql2 (>= 0.3.14) + mysql2 (>= 0.4.10) nokogiri (= 1.6.1) oauth - rails (= 4.1.12) - rdiscount - rspec-rails (~> 2.6) + piwik_analytics (~> 1.0.1) + rails (= 4.2.8) + rotp + rqrcode + rspec-rails (~> 3.5, >= 3.5.2) sqlite3 thinking-sphinx (~> 3.1.2) uglifier (>= 1.3.0) unicorn BUNDLED WITH - 1.11.2 + 1.13.6