Skip to content

Commit

Permalink
added gem rails_12factor (heroku)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeloi committed Nov 15, 2013
1 parent bebb5e2 commit 42437bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ gem 'will_paginate'
gem 'bootstrap-will_paginate'
gem 'cancan'
gem 'nokogiri'
gem 'acts-as-taggable-on'
gem 'rails3-jquery-autocomplete', git: 'https://github.com/francisd/rails3-jquery-autocomplete'
gem 'acts_as_commentable'

# gem 'jquery-turbolinks'

Expand Down Expand Up @@ -77,4 +76,5 @@ end

group :production do
gem 'pg', '0.15.1'
gem 'rails_12factor'
end
19 changes: 8 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ GIT
compass-rails (2.0.alpha.0)
compass (>= 0.12.2, < 0.14)

GIT
remote: https://github.com/francisd/rails3-jquery-autocomplete
revision: 9884a40f2bb1a8fa3ffab445e6d2c74c3ee99a0d
specs:
rails3-jquery-autocomplete (1.0.11)
rails (>= 3.0)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -39,8 +32,7 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
acts-as-taggable-on (2.4.1)
rails (>= 3, < 5)
acts_as_commentable (4.0.1)
addressable (2.3.5)
annotate (2.5.0)
rake
Expand Down Expand Up @@ -188,6 +180,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.3)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
Expand Down Expand Up @@ -274,7 +271,7 @@ PLATFORMS
ruby

DEPENDENCIES
acts-as-taggable-on
acts_as_commentable
annotate
bcrypt-ruby
bootstrap-will_paginate
Expand Down Expand Up @@ -302,7 +299,7 @@ DEPENDENCIES
pg (= 0.15.1)
quiet_assets
rails (= 4.0.0)
rails3-jquery-autocomplete!
rails_12factor
rspec-rails
sass-rails (= 4.0.0.rc2)
sdoc (= 0.3.20)
Expand Down

0 comments on commit 42437bf

Please sign in to comment.