Skip to content

Commit

Permalink
Adding foreman and update Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfranzen committed Sep 19, 2020
1 parent 199c817 commit 828aa28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gem 'cancancan' # Defining abilities
gem 'image_processing', '~> 1.2' # Image processing
gem 'mini_magick' # Image manipulation with rmagick
gem 'friendly_id', '5.3.0' # Auto generate slugs for resources
gem 'foreman'

# I18n
gem 'rails-i18n', '~> 6.0.0'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ GEM
tty-screen (~> 0.6.5)
tty-tree (~> 0.3.0)
ffi (1.11.1)
foreman (0.87.2)
friendly_id (5.3.0)
activerecord (>= 4.0.0)
globalid (0.4.2)
Expand Down Expand Up @@ -363,6 +364,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faker (~> 1.8)
foreman
friendly_id (= 5.3.0)
graphql (~> 1.11.4)
graphql-auth!
Expand Down
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
web: bundle exec puma -C config/puma.rb
release: bundle exec rake db:migrate

0 comments on commit 828aa28

Please sign in to comment.