Skip to content

Commit 06876a0

Browse files
committed
Production fix: faker is possibly used in non dev code
1 parent b1d526e commit 06876a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ gem "thruster", require: false
4747
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
4848
# gem "image_processing", "~> 1.2"
4949

50+
gem "faker"
51+
5052
group :development, :test do
5153
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
5254
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
@@ -62,7 +64,6 @@ group :development, :test do
6264

6365
gem "rspec-rails"
6466
gem "factory_bot_rails"
65-
gem "faker"
6667
gem "shoulda-matchers"
6768
end
6869

0 commit comments

Comments
 (0)