Skip to content

Commit

Permalink
rails_apps_composer: Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
padrta committed Sep 12, 2016
1 parent 71f3bd6 commit f8fb89a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
ruby '2.3.1'
gem 'rails', '~> 5.0.0', '>= 5.0.0.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
Expand Down
30 changes: 30 additions & 0 deletions config/railscomposer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This application was generated with Rails Composer

development:
apps4: none
announcements: mailinglist
dev_webserver: puma
prod_webserver: puma
database: sqlite
templates: erb
tests: rspec
continuous_testing: none
frontend: bootstrap4
email: gmail
authentication: devise
devise_modules: default
omniauth_provider:
authorization: none
form_builder:
pages: about+users
layouts:
locale:
analytics:
deployment:
ban_spiders:
github:
local_env_file:
better_errors:
pry:
rvmrc:
dashboard:

0 comments on commit f8fb89a

Please sign in to comment.