diff --git a/Gemfile.lock b/Gemfile.lock index bf19842..e2f70fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,8 +71,11 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) + bcrypt (3.1.20) bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.4) @@ -82,11 +85,20 @@ GEM builder (3.3.0) concurrent-ruby (1.3.4) connection_pool (2.4.1) + crack (1.0.0) + bigdecimal + rexml crass (1.0.6) date (3.3.4) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) + devise (4.9.4) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0) + responders + warden (~> 1.2.3) diff-lcs (1.5.1) docile (1.4.0) drb (2.2.1) @@ -107,11 +119,16 @@ GEM zeitwerk (~> 2.6) error_highlight (0.6.0) erubi (1.13.0) + factory_bot (6.5.0) + activesupport (>= 5.0.0) + factory_bot_rails (6.4.3) + factory_bot (~> 6.4) + railties (>= 5.0.0) + faker (3.4.2) + i18n (>= 1.8.11, < 2) faraday (2.11.0) faraday-net_http (>= 2.0, < 3.4) logger - faraday-http-cache (2.5.1) - faraday (>= 0.8) faraday-net_http (3.3.0) net-http globalid (1.2.1) @@ -122,14 +139,15 @@ GEM mustermann-grape (~> 1.1.0) rack (>= 2) zeitwerk - i18n (1.14.5) + hashdiff (1.1.1) + i18n (1.14.6) concurrent-ruby (~> 1.0) - importmap-rails (2.0.1) + importmap-rails (2.0.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.12.0) @@ -137,7 +155,7 @@ GEM activesupport (>= 5.0.0) json (2.7.2) language_server-protocol (3.17.0.3) - logger (1.6.0) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -175,12 +193,14 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) + orm_adapter (0.5.0) parallel (1.26.3) parser (3.3.4.2) ast (~> 2.4.1) racc psych (5.1.2) stringio + public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) racc (1.8.1) @@ -228,8 +248,11 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.9) + reline (0.5.10) io-console (~> 0.5) + responders (3.1.1) + actionpack (>= 5.2) + railties (>= 5.2) rexml (3.3.6) strscan rspec-core (3.13.0) @@ -310,7 +333,7 @@ GEM railties (>= 7.0.0) tailwindcss-rails (2.7.3-x86_64-linux) railties (>= 7.0.0) - thor (1.3.1) + thor (1.3.2) timeout (0.4.1) turbo-rails (2.0.6) actionpack (>= 6.0.0) @@ -321,16 +344,24 @@ GEM unicode-display_width (2.5.0) uri (0.13.1) useragent (0.16.10) + vcr (6.3.1) + base64 + warden (1.2.9) + rack (>= 2.0.9) web-console (4.2.1) actionview (>= 6.0.0) activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webrick (1.8.1) + webmock (3.24.0) + addressable (>= 2.8.0) + crack (>= 0.3.2) + hashdiff (>= 0.4.0, < 2.0.0) + webrick (1.8.2) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS aarch64-linux @@ -342,9 +373,11 @@ DEPENDENCIES bootsnap brakeman debug + devise (~> 4.9) error_highlight (>= 0.4.0) + factory_bot_rails + faker faraday - faraday-http-cache grape (~> 2.1) importmap-rails jbuilder @@ -361,7 +394,9 @@ DEPENDENCIES tailwindcss-rails (~> 2.7) turbo-rails tzinfo-data + vcr web-console + webmock BUNDLED WITH 2.5.4