Skip to content

Commit

Permalink
Fixing #115. I think I added the MM gem to the wrong Gemfile original…
Browse files Browse the repository at this point in the history
…ly by mistake.
  • Loading branch information
kbighorse committed Oct 27, 2011
1 parent b81222a commit 2e572b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -4,7 +4,6 @@ source "http://rubygems.org"
# gem "activesupport", ">= 2.3.5"
gem 'oauth', "~> 0.4.4"
gem 'oauth2', "~> 0.4.1"
gem 'mongo_mapper'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
Expand Down
11 changes: 2 additions & 9 deletions Gemfile.lock
Expand Up @@ -56,13 +56,9 @@ GEM
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mime-types (1.17.2)
mongo (1.4.1)
bson (= 1.4.1)
mongo_mapper (0.9.2)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.3.8)
mongoid (2.3.2)
activemodel (~> 3.1)
mongo (~> 1.4)
Expand All @@ -73,8 +69,6 @@ GEM
oauth2 (0.4.1)
faraday (~> 0.6.1)
multi_json (>= 0.0.5)
plucky (0.3.8)
mongo (~> 1.3)
polyglot (0.3.2)
rack (1.3.5)
rack-cache (1.1)
Expand All @@ -100,7 +94,7 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2)
rake (0.9.2.2)
rdoc (3.11)
json (~> 1.4)
rspec (2.5.0)
Expand Down Expand Up @@ -154,7 +148,6 @@ DEPENDENCIES
bundler (~> 1.0.0)
jeweler (~> 1.5.2)
json (>= 1.5.1)
mongo_mapper
mongoid (~> 2.0)
oauth (~> 0.4.4)
oauth2 (~> 0.4.1)
Expand Down

0 comments on commit 2e572b2

Please sign in to comment.