mirror of
https://github.com/ditkrg/rails-template.git
synced 2026-01-22 22:06:41 +00:00
Update gemfile
This commit is contained in:
parent
5f27c45031
commit
aa1a6829fa
@ -1,6 +1,5 @@
|
|||||||
module Gems
|
module Gems
|
||||||
def configure_gems
|
def configure_gems
|
||||||
|
|
||||||
# gemfile instructions
|
# gemfile instructions
|
||||||
run 'bundle add pg' unless ARGV.include?('--skip-gem-pg')
|
run 'bundle add pg' unless ARGV.include?('--skip-gem-pg')
|
||||||
run 'bundle add tzinfo-data' unless ARGV.include?('--skip-gem-tzinfo-data')
|
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 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 '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 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')
|
run 'bundle add rspec-rails --group development,test' unless ARGV.include?('--skip-gem-rspec-rails')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user