Skip to content

Commit

Permalink
Updated a few dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
David Padilla committed Mar 7, 2011
1 parent 4ea76b0 commit 7cbf122
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 41 deletions.
83 changes: 43 additions & 40 deletions Gemfile.lock
@@ -1,95 +1,98 @@
PATH
remote: .
specs:
rails3-jquery-autocomplete (0.6.1)
rails3-jquery-autocomplete (0.6.2)
rails (~> 3.0.0)

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.3)
actionpack (= 3.0.3)
mail (~> 2.2.9)
actionpack (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
actionmailer (3.0.5)
actionpack (= 3.0.5)
mail (~> 2.2.15)
actionpack (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.6)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.3)
activesupport (= 3.0.3)
activemodel (3.0.5)
activesupport (= 3.0.5)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activerecord (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
arel (2.0.6)
bson (1.1.4)
activeresource (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
activesupport (3.0.5)
arel (2.0.9)
bson (1.2.4)
bson_ext (1.2.4)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
json (1.4.6)
mail (2.2.12)
json (1.5.1)
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
mongo (1.1.4)
bson (>= 1.1.1)
mongoid (2.0.0.beta.20)
mongo (1.2.4)
bson (>= 1.2.4)
mongoid (2.0.0.rc.7)
activemodel (~> 3.0)
mongo (~> 1.1)
mongo (~> 1.2)
tzinfo (~> 0.3.22)
will_paginate (~> 3.0.pre)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.6)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.3)
actionmailer (= 3.0.3)
actionpack (= 3.0.3)
activerecord (= 3.0.3)
activeresource (= 3.0.3)
activesupport (= 3.0.3)
rails (3.0.5)
actionmailer (= 3.0.5)
actionpack (= 3.0.5)
activerecord (= 3.0.5)
activeresource (= 3.0.5)
activesupport (= 3.0.5)
bundler (~> 1.0)
railties (= 3.0.3)
railties (3.0.3)
actionpack (= 3.0.3)
activesupport (= 3.0.3)
railties (= 3.0.5)
railties (3.0.5)
actionpack (= 3.0.5)
activesupport (= 3.0.5)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
redgreen (1.2.2)
shoulda (2.11.3)
sqlite3-ruby (1.3.2)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
tzinfo (0.3.24)
will_paginate (3.0.pre2)

PLATFORMS
ruby

DEPENDENCIES
bson_ext (~> 1.2.4)
json
mongoid (>= 2.0.0.beta.17)
rails (~> 3.0.0)
mongoid (>= 2.0.0.rc.7)
rails3-jquery-autocomplete!
redgreen
shoulda (~> 2.11.1)
Expand Down
3 changes: 2 additions & 1 deletion rails3-jquery-autocomplete.gemspec
Expand Up @@ -15,7 +15,8 @@ Gem::Specification.new do |s|
s.add_dependency('rails', '~>3.0.0')

s.add_development_dependency('sqlite3-ruby')
s.add_development_dependency('mongoid', '>= 2.0.0.beta.17')
s.add_development_dependency('mongoid', '>= 2.0.0.rc.7')
s.add_development_dependency('bson_ext', '~>1.2.4')
s.add_development_dependency('redgreen')
s.add_development_dependency('shoulda', '~>2.11.1')
s.add_development_dependency('json')
Expand Down

0 comments on commit 7cbf122

Please sign in to comment.