Skip to content

Commit

Permalink
remove bson_ext dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed May 29, 2012
1 parent 7037d16 commit db61b0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -9,7 +9,6 @@ gem 'sqlite3'
gem 'mysql' gem 'mysql'
gem 'activerecord-import' gem 'activerecord-import'
gem 'mongoid', '3.0.0.rc' gem 'mongoid', '3.0.0.rc'
gem 'bson_ext'


gem "rspec" gem "rspec"
gem "guard" gem "guard"
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Expand Up @@ -38,9 +38,6 @@ GEM
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
arel (3.0.2) arel (3.0.2)
bson (1.6.2)
bson_ext (1.6.2)
bson (~> 1.6.2)
builder (3.0.0) builder (3.0.0)
diff-lcs (1.1.3) diff-lcs (1.1.3)
erubis (2.7.0) erubis (2.7.0)
Expand Down Expand Up @@ -121,7 +118,6 @@ PLATFORMS


DEPENDENCIES DEPENDENCIES
activerecord-import activerecord-import
bson_ext
bullet! bullet!
guard guard
guard-rspec guard-rspec
Expand Down

0 comments on commit db61b0c

Please sign in to comment.