diff --git a/Gemfile b/Gemfile index bd21667..91ab20c 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'config' gem 'actionpack', require: false gem 'activerecord' gem 'pg' -gem 'standalone_migrations' +gem 'standalone_migrations', '>= 7.1.3' # Rake & Job Dependencies gem 'bundler-audit' diff --git a/Gemfile.lock b/Gemfile.lock index b022d90..ffb593d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,35 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.2.3) - actionview (= 5.2.3) - activesupport (= 5.2.3) - rack (~> 2.0) + actionpack (6.0.6.1) + actionview (= 6.0.6.1) + activesupport (= 6.0.6.1) + 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.3) - activesupport (= 5.2.3) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.0.6.1) + activesupport (= 6.0.6.1) 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) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (6.0.6.1) + activesupport (= 6.0.6.1) + activerecord (6.0.6.1) + activemodel (= 6.0.6.1) + activesupport (= 6.0.6.1) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) 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) + builder (3.2.4) bundler-audit (0.6.1) bundler (>= 1.2.0, < 3) thor (~> 0.18) @@ -42,12 +41,12 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.2.2) config (2.0.0) activesupport (>= 4.2) deep_merge (~> 1.2, >= 1.2.1) dry-schema (~> 1.0) - crass (1.0.4) + crass (1.0.6) deep_merge (1.2.1) diff-lcs (1.3) docile (1.3.2) @@ -82,7 +81,7 @@ GEM dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) equatable (0.6.1) - erubi (1.8.0) + erubi (1.12.0) factory_bot (5.0.2) activesupport (>= 4.2.0) faker (1.9.4) @@ -92,22 +91,23 @@ GEM tty-pager (~> 0.12.0) tty-screen (~> 0.6.5) tty-tree (~> 0.3.0) - i18n (1.6.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) jaro_winkler (1.5.3) json (2.2.0) - loofah (2.2.3) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) - method_source (0.9.2) + nokogiri (>= 1.12.0) + method_source (1.0.0) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.11.3) + mini_portile2 (2.8.5) + minitest (5.20.0) multi_json (1.13.1) mustermann (1.0.3) nio4r (2.4.0) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) + nokogiri (1.15.5) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) parallel (1.17.0) parser (2.6.3.0) ast (~> 2.4.0) @@ -119,27 +119,30 @@ GEM public_suffix (3.1.1) puma (4.0.1) nio4r (~> 2.0) - rack (2.0.7) + racc (1.7.3) + rack (2.2.8) rack-protection (2.0.5) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.1.0) + rack (>= 1.3) racksh (1.0.0) rack (>= 1.0) rack-test (>= 0.5) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.2.0) + activesupport (>= 5.0.0) + minitest 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) + rails-html-sanitizer (1.6.0) + loofah (~> 2.21) + nokogiri (~> 1.14) + railties (6.0.6.1) + actionpack (= 6.0.6.1) + activesupport (= 6.0.6.1) method_source rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) + thor (>= 0.20.3, < 2.0) rainbow (3.0.0) - rake (12.3.2) + rake (13.1.0) regexp_parser (1.6.0) rspec (3.8.0) rspec-core (~> 3.8.0) @@ -190,9 +193,10 @@ 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) + standalone_migrations (7.1.3) + activerecord (>= 6.0.0, < 7.2) + nokogiri (~> 1.14) + railties (>= 6.0.0, < 7.2) rake (>= 10.0) strings (0.1.5) strings-ansi (~> 0.1) @@ -210,12 +214,13 @@ GEM tty-screen (0.6.5) tty-tree (0.3.0) tty-which (0.4.1) - tzinfo (1.2.5) + tzinfo (1.2.11) thread_safe (~> 0.1) unicode-display_width (1.6.0) unicode_utils (1.4.0) xpath (3.2.0) nokogiri (~> 1.8) + zeitwerk (2.6.12) PLATFORMS ruby @@ -244,10 +249,10 @@ DEPENDENCIES sinatra sinatra-contrib sinatra-flash - standalone_migrations + standalone_migrations (>= 7.1.3) RUBY VERSION - ruby 2.6.3p62 + ruby 2.7.8p225 BUNDLED WITH - 2.0.2 + 2.1.4