diff --git a/Gemfile b/Gemfile index e896045..2d5e119 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development, :test do gem 'rails-controller-testing', '~> 1.0' gem 'rspec-rails', '~> 4.0' gem 'factory_bot_rails', '~> 6.1' - gem 'faker', '~> 2.13' + gem 'faker', '~> 2.18' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index bc42ed6..d879178 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) childprocess (3.0.0) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crass (1.0.6) database_cleaner (1.8.5) diff-lcs (1.4.4) @@ -87,14 +87,14 @@ GEM factory_bot_rails (6.1.0) factory_bot (~> 6.1.0) railties (>= 5.0.0) - faker (2.13.0) + faker (2.18.0) i18n (>= 1.6, < 2) ffi (1.13.1) figaro (1.2.0) thor (>= 0.14.0, < 2) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.5) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -109,7 +109,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.2) @@ -252,7 +254,7 @@ DEPENDENCIES capybara (~> 3.33) database_cleaner (~> 1.8, >= 1.8.5) factory_bot_rails (~> 6.1) - faker (~> 2.13) + faker (~> 2.18) figaro (~> 1.1, >= 1.1.1) jbuilder (~> 2.9, >= 2.9.1) listen (~> 3.2, >= 3.2.1)