Skip to content

Commit

Permalink
Bump sass-rails from 5.0.7 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [sass-rails](https://github.com/rails/sass-rails) from 5.0.7 to 6.0.0.
- [Release notes](https://github.com/rails/sass-rails/releases)
- [Commits](rails/sass-rails@v5.0.7...v6.0.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 2, 2020
1 parent dd154f6 commit 43a3a1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gem "rack-timeout"
gem "rails", "~> 5.0.0"
gem "recipient_interceptor"
gem "redcarpet"
gem "sass-rails", "~> 5.0.1"
gem "sass-rails", "~> 6.0.0"
gem "select2-rails"
gem "simple_form"
gem "sprockets-rails", "~>3.0"
Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ GEM
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
railties (>= 3.0.0)
ffi (1.13.0)
flutie (2.0.0)
foreman (0.74.0)
dotenv (~> 0.11.1)
Expand Down Expand Up @@ -758,7 +759,7 @@ GEM
pry-rails (0.3.2)
pry (>= 0.9.10)
public_suffix (4.0.3)
rack (2.1.1)
rack (2.2.2)
rack-test (0.6.3)
rack (>= 1.0)
rack-timeout (0.0.4)
Expand Down Expand Up @@ -822,12 +823,16 @@ GEM
sexp_processor (~> 4.9)
safe_yaml (1.0.5)
sass (3.2.19)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.3.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
select2-rails (4.0.3)
thor (~> 0.14)
sexp_processor (4.13.0)
Expand Down Expand Up @@ -941,7 +946,7 @@ DEPENDENCIES
recipient_interceptor
redcarpet
rspec-rails (~> 3.8)
sass-rails (~> 5.0.1)
sass-rails (~> 6.0.0)
select2-rails
shoulda-matchers (~> 2.7.0)
simple_form
Expand Down

0 comments on commit 43a3a1a

Please sign in to comment.