changes to the gemfile to remove local gem dependencies.

This commit is contained in:
Mario Visic 2011-11-20 21:18:42 +11:00
parent 5f893d51c0
commit e6c1d6e94e
2 changed files with 30 additions and 35 deletions

16
Gemfile
View File

@ -6,22 +6,18 @@ gem 'rake', '0.9.2'
gem 'rails', '~> 3.1.1' gem 'rails', '~> 3.1.1'
gem 'devise', :git => 'git://github.com/plataformatec/devise.git' gem 'devise', :git => 'git://github.com/plataformatec/devise.git'# FIXME: waiting for the new devise gem coming soon
# gem 'devise', '~> 1.4.9' # FIXME: waiting for the new devise gem coming soon
gem 'cancan', '~> 1.6.7' gem 'cancan', '~> 1.6.7'
gem 'bson', '~> 1.3.1' gem 'bson_ext', '~> 1.4.0'
gem 'mongo', '~> 1.3.1' gem 'mongoid', '~> 2.3.2'
gem 'bson_ext', '~> 1.3.1' gem 'locomotive_mongoid_acts_as_tree', :git => 'git@github.com:locomotivecms/mongoid_acts_as_tree.git'
gem 'mongoid', '~> 2.3.3' gem 'custom_fields', :git => 'git://github.com/locomotivecms/custom_fields.git', :branch => 'mongoid_2_3_2'
gem 'locomotive_mongoid_acts_as_tree', '0.1.5.7', :require => 'mongoid_acts_as_tree', :path => '../gems/acts_as_tree' # TODO: REPLACE IT
gem 'custom_fields', :git => 'git://github.com/locomotivecms/custom_fields.git'
#gem 'custom_fields', '~> 1.1.0.rc1', :path => '../gems/custom_fields'
gem 'will_paginate', '~> 3.0.2' gem 'will_paginate', '~> 3.0.2'
gem 'haml', '~> 3.1.3' gem 'haml', '~> 3.1.3'
gem 'sass-rails', '~> 3.1.4' gem 'sass-rails', '~> 3.1.4'
gem "compass", :git => 'git://github.com/chriseppstein/compass.git', :branch => 'rails31' gem "compass", :git => 'git://github.com/chriseppstein/compass.git'
gem 'coffee-script', '~> 2.2.0' gem 'coffee-script', '~> 2.2.0'
gem 'uglifier', '~> 1.0.4' gem 'uglifier', '~> 1.0.4'
gem 'jquery-rails', '~> 1.0.16' gem 'jquery-rails', '~> 1.0.16'

View File

@ -1,21 +1,21 @@
GIT GIT
remote: git://github.com/chriseppstein/compass.git remote: git://github.com/chriseppstein/compass.git
revision: 22e2458b77519e8eb8463170c1a1fe4bab105f3e revision: ebd758a7999a74611a3d682ba72c661a83f97498
branch: rails31
specs: specs:
compass (0.12.0.alpha.0.22e2458) compass (0.12.alpha.0.ebd758a)
chunky_png (~> 1.2) chunky_png (~> 1.2)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (~> 3.1) sass (~> 3.1)
GIT GIT
remote: git://github.com/locomotivecms/custom_fields.git remote: git://github.com/locomotivecms/custom_fields.git
revision: af88a1602442c1507152426a5dcac662695c55ef revision: e32bf03759e7eac2281e7eb35dc0b70fc684d8ad
branch: mongoid_2_3_2
specs: specs:
custom_fields (1.1.0.rc1) custom_fields (1.1.0.rc1)
activesupport (~> 3.1.1) activesupport (~> 3.1.1)
carrierwave-mongoid (~> 0.1.3) carrierwave-mongoid (~> 0.1.3)
mongoid (~> 2.3.3) mongoid (= 2.3.2)
GIT GIT
remote: git://github.com/nragaz/uploadify-rails.git remote: git://github.com/nragaz/uploadify-rails.git
@ -27,7 +27,7 @@ GIT
GIT GIT
remote: git://github.com/plataformatec/devise.git remote: git://github.com/plataformatec/devise.git
revision: e8aabd465216bcb260448056c8ed4580d099a8c9 revision: a5aa03b98328d8e1fdb4081a74b3c04ff9593607
specs: specs:
devise (1.5.0.dev) devise (1.5.0.dev)
bcrypt-ruby (~> 3.0) bcrypt-ruby (~> 3.0)
@ -40,8 +40,9 @@ GIT
specs: specs:
handlebars-rails (0.9.1) handlebars-rails (0.9.1)
PATH GIT
remote: ../gems/acts_as_tree remote: git@github.com:locomotivecms/mongoid_acts_as_tree.git
revision: ca494d22c3d7946385aba1153c017d9c30e9f9d3
specs: specs:
locomotive_mongoid_acts_as_tree (0.1.5.7) locomotive_mongoid_acts_as_tree (0.1.5.7)
@ -87,8 +88,8 @@ GEM
autotest (4.4.6) autotest (4.4.6)
ZenTest (>= 4.4.1) ZenTest (>= 4.4.1)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
bson (1.3.1) bson (1.4.0)
bson_ext (1.3.1) bson_ext (1.4.0)
builder (3.0.0) builder (3.0.0)
bushido (0.0.35) bushido (0.0.35)
highline (>= 1.6.1) highline (>= 1.6.1)
@ -120,10 +121,10 @@ GEM
execjs execjs
coffee-script-source (1.1.3) coffee-script-source (1.1.3)
columnize (0.3.4) columnize (0.3.4)
cucumber (1.1.2) cucumber (1.1.1)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
gherkin (~> 2.6.2) gherkin (~> 2.6.0)
json (>= 1.4.6) json (>= 1.4.6)
term-ansicolor (>= 1.0.6) term-ansicolor (>= 1.0.6)
cucumber-rails (1.2.0) cucumber-rails (1.2.0)
@ -178,10 +179,10 @@ GEM
multi_json multi_json
multi_xml multi_xml
i18n (0.6.0) i18n (0.6.0)
jquery-rails (1.0.17) jquery-rails (1.0.16)
railties (~> 3.0) railties (~> 3.0)
thor (~> 0.14) thor (~> 0.14)
json (1.5.4) json (1.6.1)
json_pure (1.6.1) json_pure (1.6.1)
kgio (2.6.0) kgio (2.6.0)
launchy (2.0.5) launchy (2.0.5)
@ -197,11 +198,11 @@ GEM
mime-types (1.17.2) mime-types (1.17.2)
mimetype-fu (0.1.2) mimetype-fu (0.1.2)
mocha (0.9.12) mocha (0.9.12)
mongo (1.3.1) mongo (1.4.0)
bson (>= 1.3.1) bson (= 1.4.0)
mongoid (2.3.3) mongoid (2.3.2)
activemodel (~> 3.1) activemodel (~> 3.1)
mongo (~> 1.3) mongo (~> 1.4)
tzinfo (~> 0.3.22) tzinfo (~> 0.3.22)
multi_json (1.0.3) multi_json (1.0.3)
multi_xml (0.4.1) multi_xml (0.4.1)
@ -284,7 +285,7 @@ GEM
archive-tar-minitar (>= 0.5.2) archive-tar-minitar (>= 0.5.2)
rubyzip (0.9.4) rubyzip (0.9.4)
sanitize (2.0.3) sanitize (2.0.3)
nokogiri (< 1.6, >= 1.4.4) nokogiri (>= 1.4.4, < 1.6)
sass (3.1.10) sass (3.1.10)
sass-rails (3.1.4) sass-rails (3.1.4)
actionpack (~> 3.1.0) actionpack (~> 3.1.0)
@ -301,7 +302,7 @@ GEM
sprockets (2.0.3) sprockets (2.0.3)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1) tilt (~> 1.1, != 1.3.0)
term-ansicolor (1.0.7) term-ansicolor (1.0.7)
thor (0.14.6) thor (0.14.6)
tilt (1.3.3) tilt (1.3.3)
@ -333,8 +334,7 @@ DEPENDENCIES
ZenTest ZenTest
actionmailer-with-request (~> 0.3.0) actionmailer-with-request (~> 0.3.0)
autotest autotest
bson (~> 1.3.1) bson_ext (~> 1.4.0)
bson_ext (~> 1.3.1)
bushido (= 0.0.35) bushido (= 0.0.35)
cancan (~> 1.6.7) cancan (~> 1.6.7)
capybara capybara
@ -363,11 +363,10 @@ DEPENDENCIES
launchy launchy
linecache (= 0.43) linecache (= 0.43)
locomotive_liquid (= 2.2.2) locomotive_liquid (= 2.2.2)
locomotive_mongoid_acts_as_tree (= 0.1.5.7)! locomotive_mongoid_acts_as_tree!
mimetype-fu (~> 0.1.2) mimetype-fu (~> 0.1.2)
mocha (= 0.9.12) mocha (= 0.9.12)
mongo (~> 1.3.1) mongoid (~> 2.3.2)
mongoid (~> 2.3.3)
pickle pickle
rack-cache (~> 1.1) rack-cache (~> 1.1)
rails (~> 3.1.1) rails (~> 3.1.1)