Skip to content

Commit

Permalink
Merge pull request #142 from diowa/dependabot/bundler/faker-2.13.0
Browse files Browse the repository at this point in the history
Bump faker from 2.12.0 to 2.13.0
  • Loading branch information
tagliala committed Jun 24, 2020
2 parents 7b82f1e + b6d3941 commit 82aba95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -30,7 +30,7 @@ gem 'newrelic_rpm', '~> 6.11'
group :development, :test do
gem 'byebug', '~> 11.1', platforms: %i[mri mingw x64_mingw]
gem 'factory_bot_rails', '~> 6.0'
gem 'faker', '~> 2.12'
gem 'faker', '~> 2.13'
gem 'pry', '~> 0.13.1'
gem 'pry-byebug', '~> 3.9'
gem 'pry-rails', '~> 0.3.9'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -95,7 +95,7 @@ GEM
factory_bot_rails (6.0.0)
factory_bot (~> 6.0.0)
railties (>= 5.0.0)
faker (2.12.0)
faker (2.13.0)
i18n (>= 1.6, < 2)
ffi (1.12.2)
globalid (0.4.2)
Expand Down Expand Up @@ -296,7 +296,7 @@ DEPENDENCIES
coveralls_reborn (~> 0.16.0)
email_spec (~> 2.2)
factory_bot_rails (~> 6.0)
faker (~> 2.12)
faker (~> 2.13)
listen (>= 3.0.5, < 3.3)
newrelic_rpm (~> 6.11)
pg (~> 1.2)
Expand Down

0 comments on commit 82aba95

Please sign in to comment.