From 7d24efe3683c235eba49cd0d216fbcc555983d50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2020 05:26:05 +0000 Subject: [PATCH] Update factory_bot_rails requirement from ~> 4.10.0 to ~> 6.1.0 Updates the requirements on [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) to permit the latest version. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v4.10.0...v6.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 38 +++++++++++++++++++------------------- ontohub-models.gemspec | 2 +- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fa21ec8..975de97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM bcrypt (3.1.12) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) - builder (3.2.3) + builder (3.2.4) byebug (11.0.0) chewy (5.0.0) activesupport (>= 4.0) @@ -74,8 +74,8 @@ GEM simplecov url coderay (1.1.2) - concurrent-ruby (1.1.4) - crass (1.0.4) + concurrent-ruby (1.1.6) + crass (1.0.6) database_cleaner (1.7.0) debug_inspector (0.0.3) devise (4.6.1) @@ -95,12 +95,12 @@ GEM elasticsearch-transport (6.1.0) faraday multi_json - erubi (1.8.0) - factory_bot (4.10.0) - activesupport (>= 3.0.0) - factory_bot_rails (4.10.0) - factory_bot (~> 4.10.0) - railties (>= 3.0.0) + erubi (1.9.0) + factory_bot (6.1.0) + activesupport (>= 5.0.0) + factory_bot_rails (6.1.0) + factory_bot (~> 6.1.0) + railties (>= 5.0.0) faker (1.9.3) i18n (>= 0.7) faraday (0.15.4) @@ -110,12 +110,12 @@ GEM ruby-progressbar (~> 1.4) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.5.3) + i18n (1.8.3) concurrent-ruby (~> 1.0) interception (0.5) jaro_winkler (1.5.2) json (2.1.0) - loofah (2.2.3) + loofah (2.6.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -126,11 +126,11 @@ GEM mimemagic (0.3.3) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.1) multi_json (1.13.1) multipart-post (2.0.0) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) orm_adapter-sequel (0.1.0) @@ -155,7 +155,7 @@ GEM binding_of_caller (>= 0.7) pry (>= 0.9.11) psych (3.1.0) - rack (2.0.6) + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.2) @@ -174,8 +174,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (5.2.2) actionpack (= 5.2.2) activesupport (= 5.2.2) @@ -245,9 +245,9 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.20.3) + thor (1.0.1) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) unicode-display_width (1.4.1) url (0.3.2) @@ -264,7 +264,7 @@ DEPENDENCIES bundler (~> 1.11) codecov (~> 0.1.14) database_cleaner (~> 1.7.0) - factory_bot_rails (~> 4.10.0) + factory_bot_rails (~> 6.1.0) faker (~> 1.9.1) fuubar (~> 2.3.0) ontohub-models! diff --git a/ontohub-models.gemspec b/ontohub-models.gemspec index bebfc60..98efab6 100644 --- a/ontohub-models.gemspec +++ b/ontohub-models.gemspec @@ -46,7 +46,7 @@ Gem::Specification.new do |s| # Testing s.add_development_dependency 'database_cleaner', '~> 1.7.0' - s.add_development_dependency 'factory_bot_rails', '~> 4.10.0' + s.add_development_dependency 'factory_bot_rails', '~> 6.1.0' s.add_development_dependency 'faker', '~> 1.9.1' s.add_development_dependency 'fuubar', '~> 2.3.0' s.add_development_dependency 'rspec', '~> 3.7.0'