Update gemfile.
This commit is contained in:
parent
dc8c9b6c86
commit
a8147adf25
@ -13,7 +13,7 @@ gem 'haml'
|
|||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'activesupport', '~> 3.0.10', :require => 'active_support/inflector'
|
gem 'activesupport', '~> 3.0.10', :require => 'active_support/inflector'
|
||||||
gem 'compass', :path => ".."
|
gem 'compass', :path => ".."
|
||||||
gem 'compass-theme', :path => '../../compass-theme' #:git => 'git://github.com/Compass/compass-theme.git'
|
gem 'compass-theme', :git => 'git://github.com/Compass/compass-theme.git'
|
||||||
# gem 'compass-susy-plugin', ">=0.7.0.pre8"
|
# gem 'compass-susy-plugin', ">=0.7.0.pre8"
|
||||||
# gem 'css-slideshow', "0.2.0"
|
# gem 'css-slideshow', "0.2.0"
|
||||||
gem 'json'
|
gem 'json'
|
||||||
|
@ -1,19 +1,20 @@
|
|||||||
PATH
|
GIT
|
||||||
remote: ..
|
remote: git://github.com/Compass/compass-theme.git
|
||||||
specs:
|
revision: aae72f14a1c150dffe9612623136fabdfff2b84d
|
||||||
compass (0.12.rc.0.c403ac9)
|
|
||||||
chunky_png (~> 1.2)
|
|
||||||
fssm (>= 0.2.7)
|
|
||||||
sass (~> 3.1)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../../compass-theme
|
|
||||||
specs:
|
specs:
|
||||||
compass-theme (0.0.2)
|
compass-theme (0.0.2)
|
||||||
compass (~> 0.11)
|
compass (~> 0.11)
|
||||||
compass-susy-plugin (~> 0.7.0)
|
compass-susy-plugin (~> 0.7.0)
|
||||||
css-slideshow (= 0.2.0)
|
css-slideshow (= 0.2.0)
|
||||||
|
|
||||||
|
PATH
|
||||||
|
remote: ..
|
||||||
|
specs:
|
||||||
|
compass (0.13.alpha.0.dc8c9b6)
|
||||||
|
chunky_png (~> 1.2)
|
||||||
|
fssm (>= 0.2.7)
|
||||||
|
sass (~> 3.2.0.alpha.93)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -42,7 +43,7 @@ GEM
|
|||||||
rb-fsevent (0.4.0)
|
rb-fsevent (0.4.0)
|
||||||
rdiscount (1.6.8)
|
rdiscount (1.6.8)
|
||||||
ruby-prof (0.10.8)
|
ruby-prof (0.10.8)
|
||||||
sass (3.1.12)
|
sass (3.2.0.alpha.93)
|
||||||
serve (1.0.0)
|
serve (1.0.0)
|
||||||
activesupport (~> 3.0.1)
|
activesupport (~> 3.0.1)
|
||||||
i18n (~> 0.4.1)
|
i18n (~> 0.4.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user