Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
learn to use Gemfiles. DOH!
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenharman committed Jan 27, 2012
1 parent 215697c commit c3b7694
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -3,7 +3,7 @@ source :rubygems
gem 'tweetbot', ' 0.3.0'

group 'development' do
'heroku'
'foreman'
gem 'heroku'
gem 'foreman'
end

18 changes: 18 additions & 0 deletions Gemfile.lock
Expand Up @@ -11,12 +11,28 @@ GEM
addressable (~> 2.2)
multipart-post (~> 1.1)
rack (~> 1.1)
foreman (0.36.1)
term-ansicolor (~> 1.0.7)
thor (>= 0.13.6)
heroku (2.19.0)
launchy (>= 0.3.2)
rest-client (~> 1.6.1)
rubyzip
term-ansicolor (~> 1.0.5)
http_parser.rb (0.5.3)
i18n (0.6.0)
launchy (2.0.5)
addressable (~> 2.2.6)
mime-types (1.17.2)
multi_json (1.0.4)
multipart-post (1.1.4)
rack (1.4.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rubyzip (0.9.5)
simple_oauth (0.1.5)
term-ansicolor (1.0.7)
thor (0.14.6)
tweetbot (0.3.0)
tweetstream
twitter
Expand All @@ -38,4 +54,6 @@ PLATFORMS
ruby

DEPENDENCIES
foreman
heroku
tweetbot (= 0.3.0)

0 comments on commit c3b7694

Please sign in to comment.