Skip to content

Commit

Permalink
Add ffaker in staging and production
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Apr 28, 2022
1 parent d979035 commit a0e1c1d
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 @@ -4,6 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "aws-sdk-s3"
gem "factory_bot_rails", require: false
gem "ffaker"
gem "honeybadger", "~> 4.0"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 6.1.3", ">= 6.1.3.2"
Expand Down Expand Up @@ -45,7 +46,6 @@ gem "friendly_id", "~> 5.4.0"
group :development, :test do
gem "bixby"
gem "byebug"
gem "ffaker"
gem "pry-byebug"
gem "pry-rails"
end
Expand Down

0 comments on commit a0e1c1d

Please sign in to comment.