Skip to content

Commit

Permalink
Update development dependencies and simplify Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Jan 3, 2011
1 parent 0079a2c commit 2b220ee
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 46 deletions.
11 changes: 4 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ source "http://rubygems.org"

group :development do
gem "yard"
gem "jeweler"
gem "rake"
end

group :test do
gem "activerecord", "~> 3.0.0"
gem "mongoid", "~> 2.0.0.beta.17"
gem "rspec", "~> 2.0.0.rc"
gem "activerecord", "~> 3.0.3"
gem "mongoid", "~> 2.0.0.beta.20"
gem "bson_ext"
gem "rspec", "~> 2.4.0"
gem "sqlite3-ruby"
gem "datamapper"
gem "dm-sqlite-adapter"
Expand Down
74 changes: 35 additions & 39 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.0)
activesupport (= 3.0.0)
activemodel (3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
arel (~> 1.0.0)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activesupport (3.0.0)
addressable (2.2.1)
arel (1.0.1)
activesupport (~> 3.0.0)
bson (1.1)
activesupport (3.0.3)
addressable (2.2.2)
arel (2.0.6)
bson (1.1.5)
bson_ext (1.1.5)
builder (2.1.2)
data_objects (0.10.2)
addressable (~> 2.1)
Expand All @@ -29,7 +29,7 @@ GEM
dm-types (= 1.0.2)
dm-validations (= 1.0.2)
diff-lcs (1.1.2)
dm-active_model (1.0.2)
dm-active_model (1.0.3)
activemodel (~> 3.0.0)
dm-core (~> 1.0.2)
dm-aggregates (1.0.2)
Expand Down Expand Up @@ -68,52 +68,48 @@ GEM
data_objects (= 0.10.2)
extlib (0.9.15)
fastercsv (1.5.3)
gemcutter (0.6.1)
git (1.2.5)
i18n (0.4.1)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
i18n (0.5.0)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
rake
json_pure (1.4.6)
mongo (1.0.9)
bson (>= 1.0.5)
mongoid (2.0.0.beta.19)
mongo (1.1.5)
bson (>= 1.1.5)
mongoid (2.0.0.beta.20)
activemodel (~> 3.0)
mongo (= 1.0.9)
mongo (~> 1.1)
tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre)
rake (0.8.7)
rspec (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rspec-mocks (= 2.0.0.rc)
rspec-core (2.0.0.rc)
rspec-expectations (2.0.0.rc)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
sqlite3-ruby (1.3.1)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
sqlite3-ruby (1.3.2)
stringex (1.1.0)
tzinfo (0.3.23)
uuidtools (2.1.1)
will_paginate (3.0.pre2)
yard (0.6.1)
yard (0.6.4)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0.0)
activerecord (~> 3.0.3)
bson_ext
datamapper
dm-active_model
dm-sqlite-adapter
jeweler
mongoid (~> 2.0.0.beta.17)
mongoid (~> 2.0.0.beta.20)
rake
rspec (~> 2.0.0.rc)
rspec (~> 2.4.0)
sqlite3-ruby
yard

0 comments on commit 2b220ee

Please sign in to comment.