diff --git a/Gemfile.lock b/Gemfile.lock index 1e0ac7a..a003064 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,59 +6,55 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (6.0.0) - activesupport (= 6.0.0) + actionpack (5.2.8.1) + actionview (= 5.2.8.1) + activesupport (= 5.2.8.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.8.1) + activesupport (= 5.2.8.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activemodel (6.0.0) - activesupport (= 6.0.0) - activerecord (6.0.0) - activemodel (= 6.0.0) - activesupport (= 6.0.0) - activesupport (6.0.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activesupport (5.2.8.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) builder (3.2.3) - coderay (1.1.2) + coderay (1.1.3) concurrent-ruby (1.1.5) - crass (1.0.5) - database_cleaner (1.7.0) - diff-lcs (1.3) + crass (1.0.6) + database_cleaner (1.99.0) + diff-lcs (1.5.0) erubi (1.9.0) - factory_bot (5.0.2) + factory_bot (5.2.0) activesupport (>= 4.2.0) - faker (2.6.0) - i18n (>= 1.6, < 1.8) + faker (2.12.0) + i18n (>= 1.6, < 2) i18n (1.7.0) concurrent-ruby (~> 1.0) - kaminari (1.1.1) - activesupport (>= 4.1.0) - kaminari-actionview (= 1.1.1) - kaminari-activerecord (= 1.1.1) - kaminari-core (= 1.1.1) - kaminari-actionview (1.1.1) - actionview - kaminari-core (= 1.1.1) - kaminari-activerecord (1.1.1) - activerecord - kaminari-core (= 1.1.1) - kaminari-core (1.1.1) - loofah (2.3.1) + kaminari (0.17.0) + actionpack (>= 3.0.0) + activesupport (>= 3.0.0) + loofah (2.19.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) - mini_portile2 (2.4.0) - minitest (5.12.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + mini_portile (0.6.2) + mini_portile2 (2.8.0) + minitest (5.15.0) + nokogiri (1.6.6.4) + mini_portile (~> 0.6.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + rack (2.2.4) + rack-test (2.0.2) + rack (>= 1.3) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -71,18 +67,18 @@ 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) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - sqlite3 (1.4.1) + sqlite3 (1.5.4) + mini_portile2 (~> 2.8.0) thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) - zeitwerk (2.2.0) PLATFORMS ruby