Skip to content

Commit

Permalink
add activerecord to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrivadeneira committed Jul 30, 2011
1 parent 6cef277 commit e02613d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
23 changes: 13 additions & 10 deletions Gemfile
@@ -1,15 +1,18 @@
source "http://rubygems.org"
gem "shoulda"
gem "mocha"
gem "rake"
# gem "ruby-debug", :platform => :ruby_18
# gem "ruby-debug19", :platform => :ruby_19
gem "jruby-openssl", :platform => :jruby
gem "aws-s3", :require => "aws/s3"
gem "sqlite3", "~>1.3.4"
source :rubygems

gem "activerecord", :require => "active_record"
gem "appraisal"
gem "fog"
gem "aws-s3", :require => "aws/s3"
gem "bundler"
gem "cocaine"
gem "fog"
gem "jruby-openssl", :platform => :jruby
gem "mime-types"
gem "mocha"
gem "rake"
gem "rdoc", :require => false
gem "shoulda"
gem "sqlite3", "~>1.3.4"

# gem "ruby-debug", :platform => :ruby_18
# gem "ruby-debug19", :platform => :ruby_19
4 changes: 4 additions & 0 deletions Gemfile.lock
@@ -1,6 +1,9 @@
GEM
remote: http://rubygems.org/
specs:
activerecord (2.3.12)
activesupport (= 2.3.12)
activesupport (2.3.12)
appraisal (0.3.5)
aruba (~> 0.3.6)
bundler
Expand Down Expand Up @@ -74,6 +77,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord
appraisal
aws-s3
bundler
Expand Down

0 comments on commit e02613d

Please sign in to comment.