Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Updated gem versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
astupka committed Mar 8, 2011
1 parent 489b6aa commit bffcc75
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source "http://rubygems.org"

gem "rake"
gem "bundler", "~> 1.0.0"
gem "bundler"
gem "mongo"
gem "bson_ext"

Expand Down
17 changes: 8 additions & 9 deletions Gemfile.lock
@@ -1,23 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.3)
activesupport (3.0.5)
archive-tar-minitar (0.5.2)
bson (1.1.4)
bson_ext (1.1.4)
bson (1.2.4)
bson_ext (1.2.4)
columnize (0.3.2)
git (1.2.5)
i18n (0.5.0)
jeweler (1.5.1)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
linecache19 (0.5.11)
ruby_core_source (>= 0.1.4)
mocha (0.9.10)
rake
mongo (1.1.4)
bson (>= 1.1.1)
mocha (0.9.12)
mongo (1.2.4)
bson (>= 1.2.4)
rake (0.8.7)
ruby-debug-base19 (0.11.24)
columnize (>= 0.3.1)
Expand All @@ -37,7 +36,7 @@ PLATFORMS
DEPENDENCIES
activesupport
bson_ext
bundler (~> 1.0.0)
bundler
i18n
jeweler (~> 1.5.0.pre5)
mocha
Expand Down
10 changes: 5 additions & 5 deletions test/rails/2/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
central_logger (0.2.0)
central_logger (0.3.0)
bson_ext
bundler (~> 1.0.0)
mongo
Expand All @@ -21,13 +21,13 @@ GEM
activesupport (= 2.3.8)
activesupport (2.3.8)
archive-tar-minitar (0.5.2)
bson (1.1.4)
bson_ext (1.1.4)
bson (1.2.4)
bson_ext (1.2.4)
columnize (0.3.2)
linecache19 (0.5.11)
ruby_core_source (>= 0.1.4)
mongo (1.1.4)
bson (>= 1.1.1)
mongo (1.2.4)
bson (>= 1.2.4)
rack (1.1.0)
rails (2.3.8)
actionmailer (= 2.3.8)
Expand Down
10 changes: 5 additions & 5 deletions test/rails/3/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
central_logger (0.2.0)
central_logger (0.3.0)
bson_ext
bundler (~> 1.0.0)
mongo
Expand Down Expand Up @@ -39,8 +39,8 @@ GEM
activesupport (3.0.0)
arel (1.0.1)
activesupport (~> 3.0.0)
bson (1.1.4)
bson_ext (1.1.4)
bson (1.2.4)
bson_ext (1.2.4)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
Expand All @@ -51,8 +51,8 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mongo (1.1.4)
bson (>= 1.1.1)
mongo (1.2.4)
bson (>= 1.2.4)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
Expand Down

0 comments on commit bffcc75

Please sign in to comment.