Skip to content

Commit

Permalink
It is sass 3.4 which raise deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jun 30, 2016
1 parent 18fe564 commit 24a171f
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ gemfile:
- gemfiles/Gemfile-sass-3-2
- gemfiles/Gemfile-sass-3-3
- gemfiles/Gemfile-sass-3-4
- gemfiles/Gemfile-sass-3-5

sudo: false

Expand All @@ -35,7 +34,7 @@ matrix:
allow_failures:
- rvm: rbx-2
exclude:
- gemfile: gemfiles/Gemfile-sass-3-5
- gemfile: gemfiles/Gemfile-sass-3-4
rvm: 1.9.3
- gemfile: gemfiles/Gemfile-rails-5-0
rvm: 1.9.3
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails-4-0
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 4.0.0"
gem "sass", "~> 3.4.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails-4-1
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 4.1.0"
gem "sass", "~> 3.4.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails-4-2
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", "~> 4.2.0"
gem "sass", "~> 3.4.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
1 change: 0 additions & 1 deletion gemfiles/Gemfile-rails-5-0
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ source "https://rubygems.org"
gemspec path: ".."

gem "rails", github: 'rails/rails', branch: '5-0-stable'
gem "sass", "~> 3.4.0"
8 changes: 0 additions & 8 deletions gemfiles/Gemfile-sass-3-5

This file was deleted.

1 change: 1 addition & 0 deletions gemfiles/Gemfile-sprockets-2-11
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ gemspec path: ".."

gem "rails"
gem "sprockets", "~> 2.11.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
1 change: 1 addition & 0 deletions gemfiles/Gemfile-sprockets-2-12
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ gemspec path: ".."

gem "rails"
gem "sprockets", "~> 2.12.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
1 change: 1 addition & 0 deletions gemfiles/Gemfile-sprockets-2-8
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ gemspec path: ".."

gem "rails"
gem "sprockets", "~> 2.8.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
1 change: 1 addition & 0 deletions gemfiles/Gemfile-sprockets-3-0
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ gemspec path: ".."

gem "rails"
gem "sprockets", "~> 3.0.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-sprockets-rails-2-2
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ gemspec path: ".."

gem "rails"
gem "sprockets-rails", "~> 2.2.0"
gem "sass", "~> 3.4.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-sprockets-rails-master
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ gemspec path: ".."

gem "rails"
gem "sprockets-rails", github: "rails/sprockets-rails"
gem "sass", "~> 3.4.0"
gem "sass", "~> 3.3.0"
gem "mime-types", "< 2"

0 comments on commit 24a171f

Please sign in to comment.