Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to sassc rails #291

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ sudo: false
cache: bundler

rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.4.9
- 2.5.7
- 2.6.5

gemfile:
- gemfiles/rails_4.1.gemfile
Expand All @@ -15,8 +15,8 @@ gemfile:
- gemfiles/rails_5.2.gemfile

before_install:
- gem update --system --no-doc
- gem install bundler
- gem update --system --no-doc
- gem install bundler -v "1.17.3"

notifications:
email: false
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ end
appraise 'rails_5.2' do
gem 'rails', '~> 5.2'
end

appraise 'rails_6.0' do
gem 'rails', '~> 6.0'
end
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source 'https://rubygems.org'
gemspec

gem 'rails'
gem 'sass'
gem 'sassc'
gem 'railties'
gem 'sprockets-es6'
31 changes: 14 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
foundation-rails (6.6.1.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sassc (>= 2.2.1)
sprockets-es6 (>= 0.9.0)

GEM
Expand Down Expand Up @@ -85,15 +85,15 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
concurrent-ruby (1.1.5)
crass (1.0.5)
concurrent-ruby (1.1.6)
crass (1.0.6)
diff-lcs (1.3)
erubi (1.9.0)
execjs (2.7.0)
ffi (1.11.3)
ffi (1.12.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.7.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand All @@ -109,13 +109,13 @@ GEM
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
minitest (5.14.0)
msgpack (1.3.1)
nio4r (2.5.2)
nokogiri (1.10.7)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
public_suffix (4.0.1)
rack (2.0.7)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.2)
Expand Down Expand Up @@ -162,11 +162,8 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.2.1)
ffi (~> 1.9)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand All @@ -178,9 +175,9 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.0)
thor (1.0.1)
thread_safe (0.3.6)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
Expand All @@ -203,8 +200,8 @@ DEPENDENCIES
railties
rake
rspec (~> 3.2)
sass
sassc
sprockets-es6

BUNDLED WITH
1.17.1
1.17.3
2 changes: 1 addition & 1 deletion foundation-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "sass", [">= 3.3.0"]
spec.add_dependency "sassc", [">= 2.2.1"]
spec.add_dependency "railties", [">= 3.1.0"]
spec.add_dependency "sprockets-es6", [">= 0.9.0"]

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 4.1"
gem "sass"
gem "sassc"
gem "railties"
gem "sprockets-es6"

Expand Down
15 changes: 6 additions & 9 deletions gemfiles/rails_4.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
foundation-rails (6.5.3.0)
foundation-rails (6.6.1.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sassc (>= 2.2.1)
sprockets-es6 (>= 0.9.0)

GEM
Expand Down Expand Up @@ -137,11 +137,8 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.2.1)
ffi (~> 1.9)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -174,8 +171,8 @@ DEPENDENCIES
railties
rake
rspec (~> 3.2)
sass
sassc
sprockets-es6

BUNDLED WITH
1.17.1
1.17.3
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 4.2"
gem "sass"
gem "sassc"
gem "railties"
gem "sprockets-es6"

Expand Down
15 changes: 6 additions & 9 deletions gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
foundation-rails (6.5.3.0)
foundation-rails (6.6.1.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sassc (>= 2.2.1)
sprockets-es6 (>= 0.9.0)

GEM
Expand Down Expand Up @@ -137,11 +137,8 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.2.1)
ffi (~> 1.9)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -174,8 +171,8 @@ DEPENDENCIES
railties
rake
rspec (~> 3.2)
sass
sassc
sprockets-es6

BUNDLED WITH
1.17.1
1.17.3
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 5.0"
gem "sass"
gem "sassc"
gem "railties"
gem "sprockets-es6"

Expand Down
15 changes: 6 additions & 9 deletions gemfiles/rails_5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
foundation-rails (6.5.3.0)
foundation-rails (6.6.1.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sassc (>= 2.2.1)
sprockets-es6 (>= 0.9.0)

GEM
Expand Down Expand Up @@ -149,11 +149,8 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.2.1)
ffi (~> 1.9)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -189,8 +186,8 @@ DEPENDENCIES
railties
rake
rspec (~> 3.2)
sass
sassc
sprockets-es6

BUNDLED WITH
1.17.1
1.17.3
2 changes: 1 addition & 1 deletion gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 5.1"
gem "sass"
gem "sassc"
gem "railties"
gem "sprockets-es6"

Expand Down
15 changes: 6 additions & 9 deletions gemfiles/rails_5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
foundation-rails (6.5.3.0)
foundation-rails (6.6.1.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sassc (>= 2.2.1)
sprockets-es6 (>= 0.9.0)

GEM
Expand Down Expand Up @@ -149,11 +149,8 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.2.1)
ffi (~> 1.9)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -189,8 +186,8 @@ DEPENDENCIES
railties
rake
rspec (~> 3.2)
sass
sassc
sprockets-es6

BUNDLED WITH
1.17.1
1.17.3
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"

gem "rails", "~> 5.2"
gem "sass"
gem "sassc"
gem "railties"
gem "sprockets-es6"

Expand Down
15 changes: 6 additions & 9 deletions gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ..
specs:
foundation-rails (6.5.3.0)
foundation-rails (6.6.1.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sassc (>= 2.2.1)
sprockets-es6 (>= 0.9.0)

GEM
Expand Down Expand Up @@ -149,11 +149,8 @@ GEM
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby_dep (1.5.0)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.2.1)
ffi (~> 1.9)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -189,8 +186,8 @@ DEPENDENCIES
railties
rake
rspec (~> 3.2)
sass
sassc
sprockets-es6

BUNDLED WITH
1.17.1
1.17.3
10 changes: 10 additions & 0 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 6.0"
gem "sassc"
gem "railties"
gem "sprockets-es6"

gemspec path: "../"