From 840847207150565e715bda26ee163be67f2b39ad Mon Sep 17 00:00:00 2001 From: Marten Veldthuis <marten@veldthuis.com> Date: Thu, 11 Nov 2021 16:17:45 +0100 Subject: [PATCH] Bundle --- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab1f769..6fa303e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - quby-compiler (0.3.6) + quby-compiler (0.3.7) actionview (>= 5.0) activemodel (>= 5.0) activesupport (>= 5.0) @@ -15,41 +15,42 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (6.0.4) - activesupport (= 6.0.4) + actionview (6.1.4) + activesupport (= 6.1.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - active_interaction (4.0.2) + active_interaction (4.0.6) activemodel (>= 5, < 7) - activemodel (6.0.4) - activesupport (= 6.0.4) - activerecord (6.0.4) - activemodel (= 6.0.4) - activesupport (= 6.0.4) - activesupport (6.0.4) + activesupport (>= 5, < 7) + activemodel (6.1.4) + activesupport (= 6.1.4) + activerecord (6.1.4) + activemodel (= 6.1.4) + activesupport (= 6.1.4) + activesupport (6.1.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - appsignal (3.0.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + appsignal (3.0.15) rack builder (3.2.4) coderay (1.1.3) concurrent-ruby (1.1.9) crass (1.0.6) diff-lcs (1.4.4) - dry-configurable (0.12.1) + dry-configurable (0.13.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.5, >= 0.5.0) - dry-container (0.8.0) + dry-core (~> 0.6) + dry-container (0.9.0) concurrent-ruby (~> 1.0) - dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.6.0) + dry-configurable (~> 0.13, >= 0.13.0) + dry-core (0.7.1) concurrent-ruby (~> 1.0) - dry-inflector (0.2.0) + dry-inflector (0.2.1) dry-logic (1.2.0) concurrent-ruby (~> 1.0) dry-core (~> 0.5, >= 0.5) @@ -67,31 +68,31 @@ GEM i18n (1.8.10) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - loofah (2.10.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (1.0.0) - mini_portile2 (2.5.3) + mini_portile2 (2.6.1) minitest (5.14.4) naught (1.1.0) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.5) + mini_portile2 (~> 2.6.1) racc (~> 1.4) nokogumbo (2.0.5) nokogiri (~> 1.8, >= 1.8.4) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) rake (12.3.3) redcarpet (3.5.1) - roqua-support (0.4.0) + roqua-support (0.4.1) active_interaction (>= 3.0, < 5.0) activesupport (>= 5.2, < 6.2) appsignal (>= 2.9, < 3.1) @@ -110,12 +111,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.3) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) with_advisory_lock (3.2.0) activerecord (>= 3.2) - zeitwerk (2.4.2) + zeitwerk (2.5.1) PLATFORMS ruby @@ -127,4 +127,4 @@ DEPENDENCIES rspec (~> 3.0) BUNDLED WITH - 2.1.4 + 2.2.15 -- GitLab