diff --git a/Gemfile b/Gemfile index dc59d39..89c4740 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ group :development, :test do gem 'byebug' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' - gem 'factory_bot_rails', '>= 6.2.0' + gem 'factory_bot_rails', '>= 6.3.0' gem 'rspec-rails', '>= 5.0.2' gem 'with_model', '>= 2.1.6' gem 'raml_ruby' diff --git a/Gemfile.lock b/Gemfile.lock index 3160135..1e9262d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,10 +117,10 @@ GEM actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) execjs (2.7.0) - factory_bot (6.2.1) + factory_bot (6.4.0) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.0) + factory_bot (~> 6.4) railties (>= 5.0.0) faraday (1.1.0) multipart-post (>= 1.2, < 3) @@ -172,7 +172,7 @@ GEM listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -183,7 +183,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) msgpack (1.4.2) multipart-post (2.1.1) @@ -199,13 +199,15 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) + nokogiri (1.15.5-x86_64-linux) + racc (~> 1.4) public_suffix (5.0.0) puma (5.6.7) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-test (2.1.0) rack (>= 1.3) @@ -241,7 +243,7 @@ GEM method_source rake (>= 12.2) thor (~> 1.0) - rake (13.0.6) + rake (13.1.0) raml_ruby (0.1.2) activesupport (>= 4.1) json-schema (~> 2.5) @@ -296,7 +298,7 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (1.2.2) + thor (1.3.0) tilt (2.0.10) timeout (0.4.0) turbolinks (5.2.1) @@ -336,7 +338,7 @@ DEPENDENCIES database_cleaner (>= 2.0.2) ejs (~> 1.1, >= 1.1.1) exception_notification (>= 4.5.0) - factory_bot_rails (>= 6.2.0) + factory_bot_rails (>= 6.3.0) font-awesome-rails (>= 4.7.0.8) jquery-rails (>= 4.5.0) jquery-turbolinks