Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
palderson committed Sep 20, 2013
1 parent f3aa357 commit 6cf7315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -34,6 +34,9 @@ gem 'resque'
gem 'panda' gem 'panda'
gem 'bcrypt-ruby', '~> 3.0.0' gem 'bcrypt-ruby', '~> 3.0.0'
gem "filepicker-rails", :git => "git://github.com/maxtilford/filepicker-rails.git" gem "filepicker-rails", :git => "git://github.com/maxtilford/filepicker-rails.git"
gem 'rails_log_stdout', github: 'heroku/rails_log_stdout'
gem 'rails3_serve_static_assets', github: 'heroku/rails3_serve_static_assets'
gem 'rails_12factor'


group :development, :test do group :development, :test do
gem 'sqlite3' gem 'sqlite3'
Expand Down

0 comments on commit 6cf7315

Please sign in to comment.