diff --git a/Gemfile.lock b/Gemfile.lock index b022d90..99a3996 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,22 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.2.3) - actionview (= 5.2.3) - activesupport (= 5.2.3) - rack (~> 2.0) - rack-test (>= 0.6.3) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.2.3) - activesupport (= 5.2.3) - builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activemodel (5.2.3) - activesupport (= 5.2.3) - activerecord (5.2.3) - activemodel (= 5.2.3) - activesupport (= 5.2.3) - arel (>= 9.0) - activesupport (5.2.3) + actionpack (1.4.0) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) + activerecord (6.1.7.1) + activemodel (= 6.1.7.1) + activesupport (= 6.1.7.1) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - arel (9.0.0) ast (2.4.0) backports (3.15.0) - builder (3.2.3) bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) @@ -42,12 +28,10 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - concurrent-ruby (1.1.5) - config (2.0.0) - activesupport (>= 4.2) + concurrent-ruby (1.1.10) + config (4.1.0) deep_merge (~> 1.2, >= 1.2.1) - dry-schema (~> 1.0) - crass (1.0.4) + dry-validation (~> 1.0, >= 1.0.0) deep_merge (1.2.1) diff-lcs (1.3) docile (1.3.2) @@ -81,8 +65,14 @@ GEM dry-equalizer (~> 0.2, >= 0.2.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) + dry-validation (1.4.0) + concurrent-ruby (~> 1.0) + dry-container (~> 0.7, >= 0.7.1) + dry-core (~> 0.4) + dry-equalizer (~> 0.2) + dry-initializer (~> 3.0) + dry-schema (~> 1.0, >= 1.3.1) equatable (0.6.1) - erubi (1.8.0) factory_bot (5.0.2) activesupport (>= 4.2.0) faker (1.9.4) @@ -92,17 +82,13 @@ GEM tty-pager (~> 0.12.0) tty-screen (~> 0.6.5) tty-tree (~> 0.3.0) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) jaro_winkler (1.5.3) json (2.2.0) - loofah (2.2.3) - crass (~> 1.0.2) - nokogiri (>= 1.5.9) - method_source (0.9.2) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.17.0) multi_json (1.13.1) mustermann (1.0.3) nio4r (2.4.0) @@ -127,17 +113,6 @@ GEM racksh (1.0.0) rack (>= 1.0) rack-test (>= 0.5) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) - nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) - railties (5.2.3) - actionpack (= 5.2.3) - activesupport (= 5.2.3) - method_source - rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) rainbow (3.0.0) rake (12.3.2) regexp_parser (1.6.0) @@ -190,17 +165,15 @@ GEM tilt (>= 1.3, < 3) sinatra-flash (0.3.0) sinatra (>= 1.0.0) - standalone_migrations (5.2.7) - activerecord (>= 4.2.7, < 5.3.0) - railties (>= 4.2.7, < 5.3.0) - rake (>= 10.0) + standalone_migrations (1.0.13) + activerecord (>= 3) + rake strings (0.1.5) strings-ansi (~> 0.1) unicode-display_width (~> 1.5) unicode_utils (~> 1.4) strings-ansi (0.1.0) thor (0.20.3) - thread_safe (0.3.6) tilt (2.0.9) tty-color (0.5.0) tty-pager (0.12.1) @@ -210,12 +183,13 @@ GEM tty-screen (0.6.5) tty-tree (0.3.0) tty-which (0.4.1) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unicode-display_width (1.6.0) unicode_utils (1.4.0) xpath (3.2.0) nokogiri (~> 1.8) + zeitwerk (2.6.6) PLATFORMS ruby