Remove sass dependency
This commit is contained in:
parent
97c3eb6f2c
commit
f11f8c789c
1
Gemfile
1
Gemfile
|
@ -4,7 +4,6 @@ gem 'rails', '3.1.0.rc1'
|
|||
gem 'devise'
|
||||
gem 'geokit'
|
||||
gem 'haml'
|
||||
gem 'sass'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
|
|
|
@ -84,7 +84,6 @@ GEM
|
|||
rake (>= 0.8.7)
|
||||
thor (~> 0.14.6)
|
||||
rake (0.9.0)
|
||||
sass (3.1.1)
|
||||
simplecov (0.4.2)
|
||||
simplecov-html (~> 0.4.4)
|
||||
simplecov-html (0.4.5)
|
||||
|
@ -120,7 +119,6 @@ DEPENDENCIES
|
|||
jruby-openssl (~> 0.7)
|
||||
pg
|
||||
rails (= 3.1.0.rc1)
|
||||
sass
|
||||
simplecov
|
||||
sqlite3
|
||||
therubyracer-heroku (= 0.8.1.pre3)
|
||||
|
|
Loading…
Reference in New Issue