diff --git a/Gemfile b/Gemfile index fb59e50..a78d2b1 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] # Use faker for db seed - gem 'faker', '~> 2.14' + gem 'faker', '~> 2.17' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index f4e64ac..5cbd8bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,11 +72,11 @@ 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) erubi (1.9.0) erubis (2.7.0) - faker (2.14.0) + faker (2.17.0) i18n (>= 1.6, < 2) ffi (1.13.1) globalid (0.4.2) @@ -95,7 +95,7 @@ GEM haml (>= 4.0, < 6) nokogiri (>= 1.6.0) ruby_parser (~> 3.5) - i18n (1.8.5) + i18n (1.8.9) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) @@ -224,7 +224,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara - faker (~> 2.14) + faker (~> 2.17) haml (~> 5.2.1) haml-rails (~> 2.0) jbuilder (~> 2.10)