Skip to content

Commit

Permalink
Re-added activerecord gem
Browse files Browse the repository at this point in the history
  • Loading branch information
adammulligan committed Mar 29, 2013
1 parent 43ef78a commit 4171b16
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -8,6 +8,8 @@ gem 'sinatra-flash', :require => 'sinatra/flash'
# Component requirements
gem 'haml'
gem 'httparty'
gem 'activerecord', :require => "active_record"
gem 'sqlite3'

# Padrino Stable Gem
gem 'padrino', '0.10.7'
14 changes: 14 additions & 0 deletions Gemfile.lock
@@ -1,9 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.7)
activesupport (= 3.2.7)
builder (~> 3.0.0)
activerecord (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.7)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
haml (3.1.6)
http_router (0.10.2)
rack (>= 1.0.0)
Expand Down Expand Up @@ -59,11 +69,13 @@ GEM
tilt (~> 1.3, >= 1.3.3)
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
sqlite3 (1.3.6)
thor (0.15.4)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
unicorn (4.6.2)
kgio (~> 2.6)
rack
Expand All @@ -75,9 +87,11 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord
haml
httparty
padrino (= 0.10.7)
rake
sinatra-flash
sqlite3
unicorn

0 comments on commit 4171b16

Please sign in to comment.