Commit 136f638b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

added activesupport to gemfile

parent 2cec07a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ gem "rack"
gem "rack-test"
gem "yajl-ruby", :git => "git://github.com/brianmario/yajl-ruby.git"
gem "thin"

gem "activesupport"

group :development do  
  gem "delorean", ">= 0" 
+4 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ GIT
GEM
  remote: http://rubygems.org/
  specs:
    activesupport (3.1.1)
      multi_json (~> 1.0)
    bson_ext (1.4.0)
    chronic (0.6.4)
    daemons (1.1.4)
@@ -24,6 +26,7 @@ GEM
      git (>= 1.2.5)
      rake
    json (1.6.1)
    multi_json (1.0.4)
    rack (1.3.0)
    rack-test (0.6.0)
      rack (>= 1.0)
@@ -51,6 +54,7 @@ PLATFORMS
  ruby

DEPENDENCIES
  activesupport
  bson_ext (>= 1.4.0)
  bundler (~> 1.0.0)
  delorean