We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aa357 commit 6cf7315Copy full SHA for 6cf7315
Gemfile
@@ -34,6 +34,9 @@ gem 'resque'
34
gem 'panda'
35
gem 'bcrypt-ruby', '~> 3.0.0'
36
gem "filepicker-rails", :git => "git://github.com/maxtilford/filepicker-rails.git"
37
+gem 'rails_log_stdout', github: 'heroku/rails_log_stdout'
38
+gem 'rails3_serve_static_assets', github: 'heroku/rails3_serve_static_assets'
39
+gem 'rails_12factor'
40
41
group :development, :test do
42
gem 'sqlite3'
0 commit comments