Skip to content

Commit

Permalink
Configured Heroku gems
Browse files Browse the repository at this point in the history
  • Loading branch information
talktoari committed Apr 10, 2012
1 parent 401721f commit 1cbd357
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gemfile
Expand Up @@ -5,7 +5,14 @@ gem 'rails', '3.2.1'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
group :development, :test do
gem 'sqlite3'
end
group :production do
gem 'pg'
end

gem "heroku"

gem 'bootstrap-generators', '~> 2.0'

Expand Down
15 changes: 15 additions & 0 deletions Gemfile.lock
Expand Up @@ -28,6 +28,7 @@ GEM
activesupport (3.2.1)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.6)
arel (3.0.2)
bootstrap-generators (2.0.1)
railties (~> 3.1)
Expand All @@ -42,19 +43,27 @@ GEM
erubis (2.7.0)
execjs (1.3.0)
multi_json (~> 1.0)
heroku (2.6.1)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.6.6)
launchy (2.0.5)
addressable (~> 2.2.6)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.2.0)
pg (0.13.1)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand All @@ -81,6 +90,9 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.4)
sass (3.1.15)
sass-rails (3.2.5)
railties (~> 3.2.0)
Expand All @@ -94,6 +106,7 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
term-ansicolor (1.0.6)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -110,7 +123,9 @@ PLATFORMS
DEPENDENCIES
bootstrap-generators (~> 2.0)
coffee-rails (~> 3.2.1)
heroku
jquery-rails
pg
rails (= 3.2.1)
sass-rails (~> 3.2.3)
simple_form (~> 2.0)
Expand Down

0 comments on commit 1cbd357

Please sign in to comment.