Skip to content

Commit

Permalink
changed gem file because bson 1.4.1 was pulled from rubygems.org
Browse files Browse the repository at this point in the history
  • Loading branch information
hexorx committed Nov 1, 2011
1 parent bfde80a commit 46aa099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,8 +1,8 @@
source 'http://rubygems.org'

gem 'rails', '>=3.0.0'
gem 'mongoid'
gem 'bson_ext'
gem 'mongoid', '~> 2.1'
gem 'bson_ext', '~> 1.3'

gem 'haml'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -96,11 +96,11 @@ PLATFORMS
ruby

DEPENDENCIES
bson_ext
bson_ext (~> 1.3)
fabrication
haml
jeweler
mongoid
mongoid (~> 2.1)
rails (>= 3.0.0)
rspec
rspec-rails

0 comments on commit 46aa099

Please sign in to comment.