Skip to content
Closed
Show file tree
Hide file tree
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
Expand Up @@ -59,7 +59,7 @@ group :development, :test do
end

# Faker gem - available in development/test, and in production when ALLOW_FAKE_DATA is set
gem "faker", "~> 3.4.2", groups: [:development, :test].tap { |groups|
gem "faker", "~> 3.5.2", groups: [:development, :test].tap { |groups|
groups << :production if ENV['ALLOW_FAKE_DATA'] == 'true'
}

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
faker (3.4.2)
faker (3.5.2)
i18n (>= 1.8.11, < 2)
faraday (2.14.0)
faraday-net_http (>= 2.0, < 3.5)
Expand Down Expand Up @@ -487,7 +487,7 @@ DEPENDENCIES
devise (~> 4.9.3)
dotenv-rails
factory_bot_rails (~> 6.4.3)
faker (~> 3.4.2)
faker (~> 3.5.2)
faraday (~> 2.14.0)
geo_coord
geocoder (~> 1.8)
Expand Down