diff --git a/Gemfile b/Gemfile index 8909f7b..efe3db9 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'jbuilder', '2.10.0' # Use postgresql as the database for Active Record gem 'pg', '1.2.3' -gem 'faker', '2.13.0' +gem 'faker', '2.17.0' gem 'will_paginate', '3.3.0' gem 'bootstrap-will_paginate', '1.0.0' gem 'omniauth-google-oauth2', '0.8.0' diff --git a/Gemfile.lock b/Gemfile.lock index fd35830..c04ff56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,11 +55,11 @@ GEM json simplecov coderay (1.1.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) crass (1.0.6) docile (1.3.2) erubi (1.9.0) - faker (2.13.0) + faker (2.17.0) i18n (>= 1.6, < 2) faraday (1.0.0) multipart-post (>= 1.2, < 3) @@ -81,7 +81,7 @@ GEM guard-compat (~> 1.2) minitest (>= 3.0) hashie (4.1.0) - i18n (1.8.3) + i18n (1.8.9) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -219,7 +219,7 @@ DEPENDENCIES bootstrap-will_paginate (= 1.0.0) byebug (= 11.1.3) codecov - faker (= 2.13.0) + faker (= 2.17.0) guard (= 2.16.2) guard-minitest (= 2.4.6) jbuilder (= 2.10.0)