Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump faker from 2.16.0 to 2.17.0 #1043

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ group :development, :test do
gem "capybara", "~> 3.35.3" # Capybara is an integration testing tool for rack based web applications
gem "cypress-rails", "~> 0.4.2" # For end to end tests (E2E)
gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally
gem "faker", "~> 2.16" # A library for generating fake data such as names, addresses, and phone numbers
gem "faker", "~> 2.17" # A library for generating fake data such as names, addresses, and phone numbers
gem "knapsack_pro", "~> 2.11.0" # Help parallelize Ruby spec builds
gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution
gem "rspec-rails", "~> 5.0" # rspec-rails is a testing framework for Rails 3+
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -286,7 +286,7 @@ GEM
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faker (2.16.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
faraday (1.3.0)
faraday-net_http (~> 1.0)
@@ -922,7 +922,7 @@ DEPENDENCIES
erb_lint!
exifr (>= 1.3.6)
factory_bot_rails (~> 6.1)
faker (~> 2.16)
faker (~> 2.17)
fastly (~> 3.0)
feedjira (~> 3.1)
field_test (~> 0.4)
Binary file removed vendor/cache/faker-2.16.0.gem
Binary file not shown.
Binary file added vendor/cache/faker-2.17.0.gem
Binary file not shown.