mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Drop rails_12factor gem
Use the proposed rails 5 environment variables instead.
This commit is contained in:
parent
a19772307a
commit
959d5af1e4
3 changed files with 10 additions and 14 deletions
5
Gemfile
5
Gemfile
|
|
@ -15,11 +15,6 @@ gem 'rails', '~> 5.0.7'
|
|||
# Use Puma as the app server
|
||||
gem 'puma', '~> 3.0'
|
||||
|
||||
# enables serving assets in production and setting your logger to standard out
|
||||
# both of which are required to run an application on a twelve-factor provider
|
||||
# like heroku.com
|
||||
gem 'rails_12factor', group: :production
|
||||
|
||||
# respond_to methods have been extracted to the responders gem
|
||||
# http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#responders
|
||||
gem 'responders', '~> 2.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue