Skip to content

Commit

Permalink
Merge pull request #183 from dxw/dummy-forecasts
Browse files Browse the repository at this point in the history
Move Faker gem so that it can be used in production for dummy forecasts
  • Loading branch information
jdudley1123 authored Dec 19, 2024
2 parents a8790d3 + 5fdff71 commit 5caf18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem "httparty"
gem "view_component"
gem "seed-fu"
gem "factory_bot_rails"
gem "faker"
gem "wicked" # for multi-step forms

group :development do
Expand All @@ -42,7 +43,6 @@ group :development, :test do
gem "bullet"
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "dotenv"
gem "faker"
gem "rspec-rails"
gem "rails-controller-testing"
gem "standard"
Expand Down

0 comments on commit 5caf18d

Please sign in to comment.