Browse Source

compass rails 4 issue

pull/1/head
Nicolae Claudius 11 years ago
parent
commit
5eb7b7edb8
  1. 2
      Gemfile
  2. 39
      Gemfile.lock

2
Gemfile

@ -22,7 +22,7 @@ gem 'acts_as_nested_interval', '~> 0.1.0'
gem 'seedbank', '~> 0.3.0.pre2', github: 'james2m/seedbank' gem 'seedbank', '~> 0.3.0.pre2', github: 'james2m/seedbank'
gem 'unicorn', '~> 4.6.3' gem 'unicorn', '~> 4.6.3'
gem 'sass-rails', '~> 4.0.0' gem 'sass-rails', '~> 4.0.0'
gem 'compass-rails', github: 'milgner/compass-rails', branch: 'rails4' gem 'compass-rails', '~> 2.0.alpha.0'
gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass', branch: '3' gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass', branch: '3'
gem 'webshims-rails', '~> 1.11.1' gem 'webshims-rails', '~> 1.11.1'
gem 'detect_timezone_rails', '~> 0.0.3' gem 'detect_timezone_rails', '~> 0.0.3'

39
Gemfile.lock

@ -6,7 +6,7 @@ GIT
GIT GIT
remote: git://github.com/activescaffold/active_scaffold.git remote: git://github.com/activescaffold/active_scaffold.git
revision: b52d88de7385fe1370382a776a6c7be0aa592651 revision: 34cd6608c059c1816e68cb7b8c22c5bf1d04891f
specs: specs:
active_scaffold (3.4.0.rc) active_scaffold (3.4.0.rc)
rails (>= 3.2.6, < 5) rails (>= 3.2.6, < 5)
@ -31,27 +31,19 @@ GIT
specs: specs:
userstamp (2.0.2) userstamp (2.0.2)
GIT
remote: git://github.com/milgner/compass-rails.git
revision: c86e7fd9c2605c80816a2f64a3fb8b7c3a09e494
branch: rails4
specs:
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
GIT GIT
remote: git://github.com/plataformatec/mail_form.git remote: git://github.com/plataformatec/mail_form.git
revision: 9eb221a9c5e3f6dad631a547c7518fc0d1cde070 revision: 3b15e8c4fb4607556879419db8956965805a0a76
specs: specs:
mail_form (1.5.0.rc) mail_form (1.5.0)
actionmailer (>= 3.2, < 5) actionmailer (>= 3.2, < 5)
activemodel (>= 3.2, < 5) activemodel (>= 3.2, < 5)
GIT GIT
remote: git://github.com/plataformatec/simple_form.git remote: git://github.com/plataformatec/simple_form.git
revision: f0b95cb9805ebc895947cafaf33a07b67eeb8c71 revision: 50c4ac4a8bd0cb883ddaa309b779978e4207fef4
specs: specs:
simple_form (3.0.0.rc) simple_form (3.0.0)
actionpack (>= 4.0.0, < 4.1) actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1) activemodel (>= 4.0.0, < 4.1)
@ -126,10 +118,12 @@ GEM
chunky_png (~> 1.2) chunky_png (~> 1.2)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (~> 3.1) sass (~> 3.1)
compass-rails (2.0.alpha.0)
compass (>= 0.12.2, < 0.14)
concerned_with (0.1.0) concerned_with (0.1.0)
dalli (2.6.4) dalli (2.6.4)
database_rewinder (0.0.1) database_rewinder (0.0.2)
debase (0.0.7) debase (0.0.8)
debugger-ruby_core_source debugger-ruby_core_source
debug_inspector (0.0.2) debug_inspector (0.0.2)
debugger-ruby_core_source (1.2.3) debugger-ruby_core_source (1.2.3)
@ -142,7 +136,7 @@ GEM
warden (~> 1.2.3) warden (~> 1.2.3)
diff-lcs (1.2.4) diff-lcs (1.2.4)
erubis (2.7.0) erubis (2.7.0)
execjs (2.0.1) execjs (2.0.2)
factory_girl (4.2.0) factory_girl (4.2.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
factory_girl_rails (4.2.1) factory_girl_rails (4.2.1)
@ -156,8 +150,7 @@ GEM
jquery-rails (3.0.4) jquery-rails (3.0.4)
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
jquery-ui-rails (4.0.4) jquery-ui-rails (4.0.5)
jquery-rails
railties (>= 3.1.0) railties (>= 3.1.0)
json (1.8.0) json (1.8.0)
kgio (2.8.1) kgio (2.8.1)
@ -168,7 +161,7 @@ GEM
mime-types (1.25) mime-types (1.25)
mini_portile (0.5.1) mini_portile (0.5.1)
minitest (4.7.5) minitest (4.7.5)
multi_json (1.8.0) multi_json (1.8.2)
mysql2 (0.3.13) mysql2 (0.3.13)
nilify_blanks (1.0.2) nilify_blanks (1.0.2)
activerecord (>= 3.0.0) activerecord (>= 3.0.0)
@ -208,7 +201,7 @@ GEM
rake (10.1.0) rake (10.1.0)
ref (1.0.5) ref (1.0.5)
rspec-core (2.14.5) rspec-core (2.14.5)
rspec-expectations (2.14.2) rspec-expectations (2.14.3)
diff-lcs (>= 1.1.3, < 2.0) diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3) rspec-mocks (2.14.3)
rspec-rails (2.14.0) rspec-rails (2.14.0)
@ -220,7 +213,7 @@ GEM
rspec-mocks (~> 2.14.0) rspec-mocks (~> 2.14.0)
ruby-debug-ide (0.4.18) ruby-debug-ide (0.4.18)
rake (>= 0.8.1) rake (>= 0.8.1)
sass (3.2.10) sass (3.2.12)
sass-rails (4.0.0) sass-rails (4.0.0)
railties (>= 4.0.0.beta, < 5.0) railties (>= 4.0.0.beta, < 5.0)
sass (>= 3.1.10) sass (>= 3.1.10)
@ -253,7 +246,7 @@ GEM
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
turbolinks (1.3.0) turbolinks (1.3.0)
coffee-rails coffee-rails
tzinfo (0.3.37) tzinfo (0.3.38)
uglifier (2.2.1) uglifier (2.2.1)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) multi_json (~> 1.0, >= 1.0.2)
@ -282,7 +275,7 @@ DEPENDENCIES
cancan (= 1.6.7) cancan (= 1.6.7)
capybara (~> 2.1.0) capybara (~> 2.1.0)
coffee-rails (~> 4.0.0) coffee-rails (~> 4.0.0)
compass-rails! compass-rails (~> 2.0.alpha.0)
concerned_with (~> 0.1.0) concerned_with (~> 0.1.0)
dalli (~> 2.6.2) dalli (~> 2.6.2)
database_rewinder (~> 0.0.1) database_rewinder (~> 0.0.1)

Loading…
Cancel
Save