Skip to content

Commit

Permalink
include bson_ext in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Nov 26, 2012
1 parent 89c2b95 commit 314fb11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem 'mime-types'

group :development do
gem 'mongo'
gem 'bson_ext', require: false
gem 'pry'
gem 'faker'
end
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ GEM
adsf (1.1.1)
rack (>= 1.0.0)
bson (1.7.0)
bson_ext (1.7.0)
bson (~> 1.7.0)
coderay (1.0.8)
colored (1.2)
commonjs (0.2.6)
Expand Down Expand Up @@ -51,6 +53,7 @@ PLATFORMS

DEPENDENCIES
adsf
bson_ext
faker
json
kramdown
Expand Down

0 comments on commit 314fb11

Please sign in to comment.