Merge pull request #1794 from opf/feature/remove-compass-framework

pull/1811/head
Hagen Schink 10 years ago
commit a5f819c084
  1. 4
      Gemfile
  2. 36
      Gemfile.lock

@ -113,9 +113,7 @@ gem 'sass-rails', git: 'https://github.com/guilleiguaran/sass-rails.git',
gem 'sass', '~> 3.3.6'
gem 'bourbon', '~> 4.0'
gem 'uglifier', '>= 1.0.3', require: false
gem 'compass', '1.0.0.alpha.19', require: 'compass/core'
gem 'compass-rails', git: 'https://github.com/Compass/compass-rails'
gem 'livingstyleguide'
gem 'livingstyleguide', '~> 1.2.0.pre.1'
# You don't need therubyracer if you have nodejs installed on the machine precompiling assets.

@ -1,10 +1,3 @@
GIT
remote: https://github.com/Compass/compass-rails
revision: f97a4f41518204683aeec7037da3d9b8c57ef4cb
specs:
compass-rails (2.0.0.pre)
compass (>= 0.12.2)
GIT
remote: https://github.com/finnlabs/rack-protection.git
revision: 5a7d1bd2f05ca75faf7909c8cc978732a0080898
@ -125,7 +118,6 @@ GEM
capybara (>= 1.0, < 3)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
chunky_png (1.3.1)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.4)
@ -137,18 +129,6 @@ GEM
descendants_tracker (~> 0.0.1)
color-tools (1.3.0)
columnize (0.8.9)
compass (1.0.0.alpha.19)
chunky_png (~> 1.2)
compass-core (~> 1.0.0.alpha.19)
compass-import-once (~> 1.0.3)
json
listen (~> 1.1.0)
sass (>= 3.3.0, < 3.5)
compass-core (1.0.0.alpha.19)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.4)
sass (>= 3.2, < 3.5)
cucumber (1.3.8)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
@ -230,12 +210,7 @@ GEM
letter_opener (1.0.0)
launchy (>= 2.0.4)
libv8 (3.11.8.17)
listen (1.1.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
livingstyleguide (1.0.4)
compass
livingstyleguide (1.2.0.pre.1)
hooks (= 0.3.3)
minisyntax
redcarpet (~> 3.0.0)
@ -329,11 +304,6 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.4)
ffi (>= 0.5.0)
rb-kqueue (0.2.2)
ffi (>= 0.5.0)
rb-readline (0.5.1)
rdoc (3.12.2)
json (~> 1.4)
@ -455,8 +425,6 @@ DEPENDENCIES
codeclimate-test-reporter
coderay (~> 1.0.5)
color-tools (~> 1.3.0)
compass (= 1.0.0.alpha.19)
compass-rails!
cucumber-rails
cucumber-rails-training-wheels
daemons
@ -477,7 +445,7 @@ DEPENDENCIES
json_spec
launchy (~> 2.3.0)
letter_opener (~> 1.0.0)
livingstyleguide
livingstyleguide (~> 1.2.0.pre.1)
multi_json
mysql2 (~> 0.3.11)
net-ldap (~> 0.2.2)

Loading…
Cancel
Save