Skip to content

Commit

Permalink
Load factory bot 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 a3b449f commit a0c6ee5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem "aws-sdk-s3"
gem "factory_bot_rails", require: false
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 @@ -78,9 +79,5 @@ group :test do
gem "webmock"
end

group :development, :test do
gem "factory_bot_rails", require: false
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

0 comments on commit a0c6ee5

Please sign in to comment.