Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Bump faker from 2.14.0 to 2.15.1
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/faker-ruby/faker) from 2.14.0 to 2.15.1.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](faker-ruby/faker@v2.14.0...v2.15.1)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 8, 2020
1 parent 76f898d commit b796fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.15'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
crass (1.0.6)
erubi (1.9.0)
erubis (2.7.0)
faker (2.14.0)
faker (2.15.1)
i18n (>= 1.6, < 2)
ffi (1.13.1)
globalid (0.4.2)
Expand Down Expand Up @@ -224,7 +224,7 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
byebug
capybara
faker (~> 2.14)
faker (~> 2.15)
haml (~> 5.2.0)
haml-rails (~> 2.0)
jbuilder (~> 2.10)
Expand Down

0 comments on commit b796fe4

Please sign in to comment.