diff --git a/Gemfile.lock b/Gemfile.lock index bd1a433..8138760 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,24 +2,11 @@ PATH remote: . specs: denormalize_fields (1.3.0) - activerecord (>= 4.1.14, < 8.0.2) + activerecord (>= 4.1.14, <= 8.0.2) GEM remote: https://rubygems.org/ specs: - actioncable (8.0.1) - actionpack (= 8.0.1) - activesupport (= 8.0.1) - nio4r (~> 2.0) - websocket-driver (>= 0.6.1) - zeitwerk (~> 2.6) - actionmailbox (8.0.1) - actionpack (= 8.0.1) - activejob (= 8.0.1) - activerecord (= 8.0.1) - activestorage (= 8.0.1) - activesupport (= 8.0.1) - mail (>= 2.8.0) actionmailer (8.0.1) actionpack (= 8.0.1) actionview (= 8.0.1) @@ -37,13 +24,6 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (8.0.1) - actionpack (= 8.0.1) - activerecord (= 8.0.1) - activestorage (= 8.0.1) - activesupport (= 8.0.1) - globalid (>= 0.6.0) - nokogiri (>= 1.8.5) actionview (8.0.1) activesupport (= 8.0.1) builder (~> 3.1) @@ -59,12 +39,6 @@ GEM activemodel (= 8.0.1) activesupport (= 8.0.1) timeout (>= 0.4.0) - activestorage (8.0.1) - actionpack (= 8.0.1) - activejob (= 8.0.1) - activerecord (= 8.0.1) - activesupport (= 8.0.1) - marcel (~> 1.0) activesupport (8.0.1) base64 benchmark (>= 0.3) @@ -78,7 +52,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - base64 (0.2.0) + base64 (0.1.2) benchmark (0.4.0) bigdecimal (3.1.9) builder (3.3.0) @@ -107,7 +81,6 @@ GEM net-imap net-pop net-smtp - marcel (1.0.4) mini_mime (1.1.5) mini_portile2 (2.8.8) minitest (5.25.5) @@ -120,7 +93,6 @@ GEM timeout net-smtp (0.5.1) net-protocol - nio4r (2.7.4) nokogiri (1.18.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -141,20 +113,11 @@ GEM rack (>= 1.3) rackup (2.2.1) rack (>= 3) - rails (8.0.1) - actioncable (= 8.0.1) - actionmailbox (= 8.0.1) - actionmailer (= 8.0.1) - actionpack (= 8.0.1) - actiontext (= 8.0.1) - actionview (= 8.0.1) - activejob (= 8.0.1) - activemodel (= 8.0.1) - activerecord (= 8.0.1) - activestorage (= 8.0.1) - activesupport (= 8.0.1) - bundler (>= 1.15.0) - railties (= 8.0.1) + rails (0.9.5) + actionmailer (>= 0.6.1) + actionpack (>= 1.4.0) + activerecord (>= 1.6.0) + rake (>= 0.4.15) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -207,7 +170,7 @@ GEM concurrent-ruby (~> 1.0) uri (1.0.3) useragent (0.16.11) - websocket-driver (0.7.7) + websocket-driver (0.8.2) base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5)