Skip to content

Commit

Permalink
Test Rails app: Depend on sassc-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 14, 2018
1 parent cd1542b commit dcdef9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/twbs/bootstrap-sass'
s.license = 'MIT'

s.add_runtime_dependency 'sassc', '>= 1.12.1'
s.add_runtime_dependency 'sassc', '>= 2.0.0'
s.add_runtime_dependency 'autoprefixer-rails', '>= 5.2.1'

# Testing dependencies
Expand All @@ -21,6 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'capybara', '~> 3.6'
s.add_development_dependency 'poltergeist'
# Dummy Rails app dependencies
s.add_development_dependency 'sassc-rails', '>= 2.0.0'
s.add_development_dependency 'actionpack', '>= 4.1.5'
s.add_development_dependency 'activesupport', '>= 4.1.5'
s.add_development_dependency 'json', '>= 1.8.1'
Expand Down
1 change: 1 addition & 0 deletions test/dummy_rails/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

require 'slim-rails'
require 'jquery-rails'
require 'sassc-rails'
require 'bootstrap-sass'
require 'uglifier'

Expand Down

0 comments on commit dcdef9b

Please sign in to comment.