Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knoopx committed Sep 10, 2012
1 parent e66eb0f commit 9bc22b7
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 86 deletions.
13 changes: 9 additions & 4 deletions Gemfile
@@ -1,4 +1,4 @@
source 'http://rubygems.org'
source :rubygems

gem 'rails', '~> 3.2'

Expand All @@ -11,19 +11,24 @@ end
gem 'mongoid'
gem 'mongoid_taggable'
gem 'mongoid_counter_cache'

gem 'bson_ext'

gem 'kaminari'
gem 'has_scope'
gem 'inherited_resources'
gem 'haml-rails'

gem 'formtastic'
gem 'compass', :git => 'git://github.com/chriseppstein/compass.git'

gem 'haml-rails'
gem 'compass-rails'
gem 'jquery-rails'
gem 'prototype-rails'

gem 'capistrano'

gem 'ruby-taglib2', :require => 'taglib2'
gem 'babosa'
gem 'hpricot'
gem 'nokogiri'
gem 'nestful'
gem 'nestful'
162 changes: 80 additions & 82 deletions Gemfile.lock
@@ -1,164 +1,162 @@
GIT
remote: git://github.com/chriseppstein/compass.git
revision: 8c84869b0b6bc5396e264fea15c71d4e346ac5d0
specs:
compass (0.12.alpha.4.8c84869)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)

GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.0)
actionpack (= 3.2.0)
mail (~> 2.4.0)
actionpack (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
actionmailer (3.2.6)
actionpack (= 3.2.6)
mail (~> 2.4.4)
actionpack (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.0)
activesupport (= 3.2.0)
sprockets (~> 2.1.3)
activemodel (3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
activerecord (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
arel (~> 3.0.0)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.0)
activemodel (= 3.2.0)
activesupport (= 3.2.0)
activesupport (3.2.0)
activeresource (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.0)
babosa (0.3.6)
bson (1.5.2)
bson_ext (1.5.2)
bson (= 1.5.2)
arel (3.0.2)
babosa (0.3.7)
bson (1.6.4)
bson_ext (1.6.4)
bson (~> 1.6.4)
builder (3.0.0)
capistrano (2.9.0)
capistrano (2.12.0)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
chunky_png (1.2.5)
coffee-rails (3.2.1)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0.beta)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
coffee-script-source (1.3.3)
compass (0.12.1)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
compass-rails (1.0.2)
compass (>= 0.12.0, < 0.14)
erubis (2.7.0)
execjs (1.3.0)
execjs (1.4.0)
multi_json (~> 1.0)
formtastic (2.0.2)
rails (~> 3.0)
fssm (0.2.8.1)
haml (3.1.4)
formtastic (2.2.1)
actionpack (>= 3.0)
fssm (0.2.9)
haml (3.1.6)
haml-rails (0.3.4)
actionpack (~> 3.0)
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
has_scope (0.5.1)
highline (1.6.9)
highline (1.6.13)
hike (1.2.1)
hpricot (0.8.6)
i18n (0.6.0)
inherited_resources (1.3.0)
inherited_resources (1.3.1)
has_scope (~> 0.5.0)
responders (~> 0.6.0)
journey (1.0.0)
jquery-rails (2.0.0)
railties (>= 3.2.0.beta, < 5.0)
responders (~> 0.6)
journey (1.0.4)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.6.5)
json (1.7.3)
kaminari (0.13.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
mail (2.4.1)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
mongo (1.5.2)
bson (= 1.5.2)
mongoid (2.4.1)
mime-types (1.18)
mongo (1.6.2)
bson (~> 1.6.2)
mongoid (2.4.11)
activemodel (~> 3.1)
mongo (~> 1.3)
mongo (<= 1.6.2)
tzinfo (~> 0.3.22)
mongoid_counter_cache (0.0.2)
bson_ext
mongoid
rails (>= 3.0.8)
mongoid_taggable (0.1.7)
multi_json (1.0.4)
multi_json (1.3.6)
nestful (0.0.8)
activesupport (>= 3.0.0.beta)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
net-ssh (>= 2.0.9)
net-ssh (2.3.0)
net-ssh (2.5.2)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
nokogiri (1.5.0)
nokogiri (1.5.4)
polyglot (0.3.3)
prototype-rails (3.2.0)
railties (>= 3.2.0.beta, < 5.0)
rack (1.4.0)
rack-cache (1.1)
prototype-rails (3.2.1)
rails (~> 3.2)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.0)
actionmailer (= 3.2.0)
actionpack (= 3.2.0)
activerecord (= 3.2.0)
activeresource (= 3.2.0)
activesupport (= 3.2.0)
rails (3.2.6)
actionmailer (= 3.2.6)
actionpack (= 3.2.6)
activerecord (= 3.2.6)
activeresource (= 3.2.6)
activesupport (= 3.2.6)
bundler (~> 1.0)
railties (= 3.2.0)
railties (3.2.0)
actionpack (= 3.2.0)
activesupport (= 3.2.0)
railties (= 3.2.6)
railties (3.2.6)
actionpack (= 3.2.6)
activesupport (= 3.2.6)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
thor (>= 0.14.6, < 2.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
responders (0.6.4)
responders (0.9.1)
railties (~> 3.1)
ruby-taglib2 (1.02)
sass (3.1.12)
sass-rails (3.2.3)
railties (~> 3.2.0.beta)
sass (3.1.19)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sprockets (2.1.2)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thor (0.14.6)
thor (0.15.3)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)
uglifier (1.2.2)
tzinfo (0.3.33)
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)

Expand All @@ -170,7 +168,7 @@ DEPENDENCIES
bson_ext
capistrano
coffee-rails
compass!
compass-rails
formtastic
haml-rails
has_scope
Expand Down

0 comments on commit 9bc22b7

Please sign in to comment.