diff --git a/Gemfile b/Gemfile index bd21667..2907fb2 100644 --- a/Gemfile +++ b/Gemfile @@ -15,20 +15,20 @@ gem 'sinatra-flash' gem 'config' # Datastore Dependencies -gem 'actionpack', require: false +gem 'actionpack', '>= 5.2.4', require: false gem 'activerecord' gem 'pg' -gem 'standalone_migrations' +gem 'standalone_migrations', '>= 6.0.0' # Rake & Job Dependencies -gem 'bundler-audit' +gem 'bundler-audit', '>= 0.7.0' gem 'progressbar' gem 'rake' group :development, :test do - gem 'capybara' + gem 'capybara', '>= 3.27.0' gem 'factory_bot' - gem 'faker' + gem 'faker', '>= 1.9.5' gem 'rack-test' gem 'racksh' gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index b022d90..1dae357 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,56 +1,74 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.2.3) - actionview (= 5.2.3) - activesupport (= 5.2.3) - rack (~> 2.0) + actionpack (7.1.5.1) + actionview (= 7.1.5.1) + activesupport (= 7.1.5.1) + nokogiri (>= 1.8.5) + racc + rack (>= 2.2.4) + rack-session (>= 1.0.1) 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-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + actionview (7.1.5.1) + activesupport (= 7.1.5.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) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activemodel (7.1.5.1) + activesupport (= 7.1.5.1) + activerecord (7.1.5.1) + activemodel (= 7.1.5.1) + activesupport (= 7.1.5.1) + timeout (>= 0.4.0) + activesupport (7.1.5.1) + base64 + benchmark (>= 0.3) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - arel (9.0.0) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + mutex_m + securerandom (>= 0.3) + tzinfo (~> 2.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.0) backports (3.15.0) - builder (3.2.3) - bundler-audit (0.6.1) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) + builder (3.3.0) + bundler-audit (0.9.2) bundler (>= 1.2.0, < 3) - thor (~> 0.18) - capybara (3.26.0) + thor (~> 1.0) + capybara (3.39.2) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.1.5) + cgi (0.5.0) + concurrent-ruby (1.3.5) config (2.0.0) activesupport (>= 4.2) deep_merge (~> 1.2, >= 1.2.1) dry-schema (~> 1.0) - crass (1.0.4) + connection_pool (2.5.3) + crass (1.0.6) + date (3.4.1) deep_merge (1.2.1) diff-lcs (1.3) docile (1.3.2) + drb (2.2.3) dry-configurable (0.8.3) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.7) @@ -81,66 +99,88 @@ GEM dry-equalizer (~> 0.2, >= 0.2.2) dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 1.0, >= 1.0.2) - equatable (0.6.1) - erubi (1.8.0) + erb (4.0.4) + cgi (>= 0.3.3) + erubi (1.13.1) factory_bot (5.0.2) activesupport (>= 4.2.0) - faker (1.9.4) - i18n (>= 0.7) - pastel (~> 0.7.2) - thor (~> 0.20.0) - tty-pager (~> 0.12.0) - tty-screen (~> 0.6.5) - tty-tree (~> 0.3.0) - i18n (1.6.0) + faker (3.4.2) + i18n (>= 1.8.11, < 2) + i18n (1.14.7) concurrent-ruby (~> 1.0) + io-console (0.8.1) + irb (1.15.2) + pp (>= 0.6.0) + rdoc (>= 4.0.0) + reline (>= 0.4.2) jaro_winkler (1.5.3) json (2.2.0) - loofah (2.2.3) + logger (1.7.0) + loofah (2.24.1) 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) + nokogiri (>= 1.12.0) + matrix (0.4.3) + mini_mime (1.1.5) + mini_portile2 (2.8.9) + minitest (5.25.5) multi_json (1.13.1) mustermann (1.0.3) + mutex_m (0.3.0) nio4r (2.4.0) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) + nokogiri (1.15.7) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) parallel (1.17.0) parser (2.6.3.0) ast (~> 2.4.0) - pastel (0.7.3) - equatable (~> 0.6) - tty-color (~> 0.5) pg (0.21.0) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) progressbar (1.10.1) - public_suffix (3.1.1) + psych (5.2.6) + date + stringio + public_suffix (5.1.1) puma (4.0.1) nio4r (~> 2.0) - rack (2.0.7) + racc (1.8.1) + rack (2.2.17) rack-protection (2.0.5) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-session (1.0.2) + rack (< 3) + rack-test (2.2.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) + rackup (1.0.1) + rack (< 3) + webrick + rails-dom-testing (2.3.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) - method_source - rake (>= 0.8.7) - thor (>= 0.19.0, < 2.0) + rails-html-sanitizer (1.6.2) + loofah (~> 2.21) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + railties (7.1.5.1) + actionpack (= 7.1.5.1) + activesupport (= 7.1.5.1) + irb + rackup (>= 1.0.0) + rake (>= 12.2) + thor (~> 1.0, >= 1.2.2) + zeitwerk (~> 2.6) rainbow (3.0.0) - rake (12.3.2) - regexp_parser (1.6.0) + rake (13.3.0) + rdoc (6.14.2) + erb + psych (>= 4.0.0) + regexp_parser (2.10.0) + reline (0.6.2) + io-console (~> 0.5) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -165,6 +205,7 @@ GEM rubocop-performance (1.4.0) rubocop (>= 0.71.0) ruby-progressbar (1.10.1) + securerandom (0.3.2) shoulda (3.6.0) shoulda-context (~> 1.0, >= 1.0.1) shoulda-matchers (~> 3.0) @@ -190,45 +231,35 @@ 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 (8.0.0) + activerecord (>= 6.0.0, < 8.1) + nokogiri (~> 1.14) + railties (>= 6.0.0, < 8.1) rake (>= 10.0) - 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) + stringio (3.1.7) + thor (1.4.0) tilt (2.0.9) - tty-color (0.5.0) - tty-pager (0.12.1) - strings (~> 0.1.4) - tty-screen (~> 0.6) - tty-which (~> 0.4) - tty-screen (0.6.5) - tty-tree (0.3.0) - tty-which (0.4.1) - tzinfo (1.2.5) - thread_safe (~> 0.1) - unicode-display_width (1.6.0) - unicode_utils (1.4.0) + timeout (0.4.3) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + unicode-display_width (1.6.1) + webrick (1.9.1) xpath (3.2.0) nokogiri (~> 1.8) + zeitwerk (2.6.18) PLATFORMS ruby DEPENDENCIES - actionpack + actionpack (>= 5.2.4) activerecord activesupport - bundler-audit - capybara + bundler-audit (>= 0.7.0) + capybara (>= 3.27.0) config factory_bot - faker + faker (>= 1.9.5) pg progressbar puma @@ -244,10 +275,10 @@ DEPENDENCIES sinatra sinatra-contrib sinatra-flash - standalone_migrations + standalone_migrations (>= 6.0.0) RUBY VERSION - ruby 2.6.3p62 + ruby 2.7.8p225 BUNDLED WITH - 2.0.2 + 2.1.4