Gemfile in fnordmetric-0.5.2 vs Gemfile in fnordmetric-0.5.3
- old
+ new
@@ -1,9 +1,7 @@
source "http://rubygems.org"
-gem "mongoid", ">= 2.2.0"
-gem "mongo", ">= 1.4.0"
gem "bson_ext", ">= 1.4.0"
gem "sinatra", ">= 1.2.6"
gem "redis", ">= 2.2.2"
gem "eventmachine"
gem "em-hiredis"
@@ -11,10 +9,10 @@
gem "haml"
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"
gem "rspec", "~> 2.6.0"
gem "shoulda", ">= 0"