Add basic template
Showing
... | @@ -8,7 +8,7 @@ gem 'sinatra' | ... | @@ -8,7 +8,7 @@ gem 'sinatra' |
gem 'sinatra-contrib' | gem 'sinatra-contrib' | ||
gem 'sinatra-activerecord' | gem 'sinatra-activerecord' | ||
gem 'puma' | gem 'thin' | ||
gem 'tux' | gem 'tux' | ||
# These gems are only installed when run as `bundle install --without production` | # These gems are only installed when run as `bundle install --without production` | ||
... | @@ -20,6 +20,6 @@ end | ... | @@ -20,6 +20,6 @@ end |
# bundle install --without test --without development | # bundle install --without test --without development | ||
group :production do | group :production do | ||
# use postgres in production, or move outside a group if your app uses postgres for development and production | # use postgres in production, or move outside a group if your app uses postgres for development and production | ||
gem 'pg' | gem 'pg' | ||
end | end |
Please register or sign in to comment