Skip to content

Commit

Permalink
Adding gems for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
Franklin Webber committed Aug 1, 2013
1 parent 3d43d1b commit 1a7ddfb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ source 'https://rubygems.org'

ruby '2.0.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.0'

group :test, :development do
Expand All @@ -16,6 +15,7 @@ end

group :production do
gem 'pg'
gem 'rails_12factor'
end

gem 'redcarpet'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.0)
sprockets-rails (~> 2.0.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.1)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
Expand Down Expand Up @@ -123,6 +128,7 @@ DEPENDENCIES
jquery-rails
pg
rails (= 4.0.0)
rails_12factor
redcarpet
rouge
rspec-rails
Expand Down

0 comments on commit 1a7ddfb

Please sign in to comment.