Sha256: a1083f006da1986e73e5f055bad8af69189dfaf46175990e5baddb548b206c43
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
ruby "2.0.0" # heroku likes this at the head, as line 2 # ========================================================= # sample-milia-app specific stuff # ========================================================= # Bundle the extra gems: gem 'haml-rails' gem 'html2haml', :git => 'git://github.com/haml/html2haml.git' # "2.0.0.beta.2", # stuff that heroku likes to have gem 'thin' gem "SystemTimer", :require => "system_timer", :platforms => :ruby_18 gem "rack-timeout" gem 'rails_12factor' gem 'web-app-theme', :git => 'git://github.com/dsaronin/web-app-theme.git' gem 'devise', '~>3.2' gem 'milia', :git => 'git://github.com/dsaronin/milia.git', :branch => 'v1.0.0-beta-7' # airbrake is optional and configured by config.use_airbrake in milia initializer # default is false; if you change it to true, uncomment out the line below # gem 'airbrake' # uncomment this if you will use airbrake for exception notifications # recaptcha is optional and configured by config.use_recaptcha in milia initializer # default is true; if you change it to false, comment out the line below # gem 'recaptcha', :require => "recaptcha/rails"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
milia-1.0.1 | doc/gemfile_addition.txt |
milia-1.0.0 | doc/gemfile_addition.txt |