Skip to content

Commit

Permalink
try fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Aug 2, 2024
1 parent aa8e59b commit e21982f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,16 @@ gem 'validate_url'
gem 'valid_email2'
gem 'wicked_pdf'

group :development, :staging, :test do
gem 'faker'
gem 'wkhtmltopdf-binary'
end

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]
# Use sqlite3 as the database for Active Record
gem 'factory_bot_rails'
gem 'faker'
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'slim_lint'
gem 'sqlite3', '~> 1.4'
gem 'wkhtmltopdf-binary'
end

group :development do
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/render_com.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'active_record'
require 'active_record/fixtures'
require 'faker'
require 'faker' if Rails.env.staging?

namespace :render_com do
desc 'Seed database with fixtures for render.com'
Expand Down

0 comments on commit e21982f

Please sign in to comment.