Skip to content

Commit

Permalink
Add heroku gem
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabrock committed Dec 10, 2011
1 parent 778f0ed commit 29fd072
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -46,3 +46,7 @@ group :development, :test do
gem 'hpricot'
gem 'ruby_parser'
end

group :development do
gem 'heroku'
end
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -97,6 +97,11 @@ GEM
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
heroku (2.16.1)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
hike (1.2.1)
hpricot (0.8.5)
i18n (0.6.0)
Expand Down Expand Up @@ -148,6 +153,8 @@ GEM
rake
rdoc (3.11)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
Expand Down Expand Up @@ -232,6 +239,7 @@ DEPENDENCIES
formtastic
fuubar-cucumber
haml-rails
heroku
hpricot
jquery-rails
launchy
Expand Down

0 comments on commit 29fd072

Please sign in to comment.