Update gemfile

This commit is contained in:
ari 2023-02-12 17:20:48 +03:00
parent 5f27c45031
commit aa1a6829fa
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805

View File

@ -1,6 +1,5 @@
module Gems
def configure_gems
# gemfile instructions
run 'bundle add pg' unless ARGV.include?('--skip-gem-pg')
run 'bundle add tzinfo-data' unless ARGV.include?('--skip-gem-tzinfo-data')
@ -26,7 +25,6 @@ module Gems
run 'bundle add dotenv-rails --group development,test' unless ARGV.include?('--skip-gem-dotenv-rails')
run 'bundle add factory_bot_rails --group development,test' unless ARGV.include?('--skip-gem-factory_bot_rails')
run 'dotenv-rails' unless ARGV.include?('--skip-gem-dotenv-rails')
run 'bundle add faker --group development,test' unless ARGV.include?('--skip-gem-faker')
run 'bundle add rspec-rails --group development,test' unless ARGV.include?('--skip-gem-rspec-rails')