Skip to content

Commit

Permalink
chore Gemfile:
Browse files Browse the repository at this point in the history
fix seeds since it depends on factory bot in production and also ffaker gem
  • Loading branch information
Pauloparakleto committed Jan 24, 2024
1 parent 87d5a44 commit 3cbb971
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" }
ruby '3.0.0'

gem 'factory_bot_rails'
gem 'ffaker'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.4', '>= 6.0.4.8'
# Use postgresql as the database for Active Record
Expand Down Expand Up @@ -36,7 +37,6 @@ group :development, :test do
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'pry-byebug'
gem 'rspec-rails'
gem 'ffaker'
gem 'solargraph'
end

Expand Down

0 comments on commit 3cbb971

Please sign in to comment.