Skip to content

Commit

Permalink
changed to Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
leemartin authored and Richard Metzler committed May 22, 2011
1 parent 865e604 commit 9d6b6fd
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_WITHOUT: production
53 changes: 53 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.5)
actionpack (= 2.3.5)
actionpack (2.3.5)
activesupport (= 2.3.5)
rack (~> 1.0.0)
activerecord (2.3.5)
activesupport (= 2.3.5)
activeresource (2.3.5)
activesupport (= 2.3.5)
activesupport (2.3.5)
addressable (2.2.2)
crack (0.1.8)
faraday (0.4.6)
addressable (>= 2.1.1)
rack (>= 1.0.1)
fastercsv (1.5.3)
haml (3.0.22)
httparty (0.6.1)
crack (= 0.1.8)
multi_json (0.0.4)
oauth (0.4.3)
oauth2 (0.0.13)
faraday (~> 0.4.1)
multi_json (>= 0.0.4)
pg (0.9.0)
rack (1.0.1)
rails (2.3.5)
actionmailer (= 2.3.5)
actionpack (= 2.3.5)
activerecord (= 2.3.5)
activeresource (= 2.3.5)
activesupport (= 2.3.5)
rake (>= 0.8.3)
rails-settings (1.0.0)
rake (0.8.7)
sqlite3-ruby (1.3.1)

PLATFORMS
ruby

DEPENDENCIES
fastercsv
haml
httparty
oauth
oauth2
pg
rails (= 2.3.5)
rails-settings
sqlite3-ruby

0 comments on commit 9d6b6fd

Please sign in to comment.