diff --git a/Gemfile b/Gemfile index 73e568b..1290f87 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'bootsnap', '>= 1.1.0', require: false gem 'jbuilder', '~> 2.9' -gem 'oj', '~> 3.9.1' +gem 'oj', '~> 3.9.2' gem 'kaminari', '~> 1.1.1' gem 'unitwise', '~> 2.2.0' @@ -23,7 +23,7 @@ gem 'tzinfo-data' group :development, :test do - gem 'puma', '~> 4.1.1' + gem 'puma', '~> 4.3.0' gem 'sqlite3', '~> 1.4.1' gem 'guard', '~> 2.15.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1c6176c..aaf67b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,11 +49,11 @@ GEM builder (3.2.3) coderay (1.1.2) concurrent-ruby (1.1.5) - crass (1.0.4) + crass (1.0.5) dalli (2.7.10) database_cleaner (1.7.0) diff-lcs (1.3) - erubi (1.8.0) + erubi (1.9.0) factory_bot (5.0.2) activesupport (>= 4.2.0) factory_bot_rails (5.0.2) @@ -77,7 +77,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - i18n (1.6.0) + i18n (1.7.0) concurrent-ruby (~> 1.0) jbuilder (2.9.1) activesupport (>= 4.2.0) @@ -94,11 +94,10 @@ GEM kaminari-core (= 1.1.1) kaminari-core (1.1.1) liner (0.2.4) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) - loofah (2.2.3) + listen (3.2.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.13) @@ -112,22 +111,22 @@ GEM mimemagic (0.3.3) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.13.0) msgpack (1.3.1) nenv (0.3.0) - nio4r (2.5.1) - nokogiri (1.10.4) + nio4r (2.5.2) + nokogiri (1.10.5) mini_portile2 (~> 2.4.0) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - oj (3.9.1) + oj (3.9.2) parslet (1.8.2) pg (1.1.4) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - puma (4.1.1) + puma (4.3.0) nio4r (~> 2.0) rack (2.0.7) rack-proxy (0.6.5) @@ -154,15 +153,15 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.2.0) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (5.2.3) actionpack (= 5.2.3) activesupport (= 5.2.3) method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (12.3.3) + rake (13.0.0) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -173,13 +172,13 @@ GEM rspec-mocks (~> 3.8.0) rspec-core (3.8.2) rspec-support (~> 3.8.0) - rspec-expectations (3.8.4) + rspec-expectations (3.8.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-mocks (3.8.1) + rspec-mocks (3.8.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) - rspec-rails (3.8.2) + rspec-rails (3.8.3) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -187,11 +186,10 @@ GEM rspec-expectations (~> 3.8.0) rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) - rspec-support (3.8.2) - ruby_dep (1.5.0) + rspec-support (3.8.3) shellany (0.0.1) signed_multiset (0.2.1) - sprockets (3.7.2) + sprockets (4.0.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) @@ -231,9 +229,9 @@ DEPENDENCIES guard-rspec jbuilder (~> 2.9) kaminari (~> 1.1.1) - oj (~> 3.9.1) + oj (~> 3.9.2) pg (~> 1.1.4) - puma (~> 4.1.1) + puma (~> 4.3.0) rails (= 5.2.3) rails-controller-testing redcarpet (~> 3.5.0) diff --git a/app/javascript/components/App.vue b/app/javascript/components/App.vue index 595f614..54c82c4 100644 --- a/app/javascript/components/App.vue +++ b/app/javascript/components/App.vue @@ -1,14 +1,16 @@