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-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 10, 2020
1 parent aa6aaad commit 533656e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'rails', '~> 5.2.4'
gem 'rails-i18n'
gem 'rails_bootstrap_navbar'
gem 'btgen', git: 'https://github.com/bustikiller/btgen', branch: 'master'
gem 'sass-rails', '~> 5.0'
gem 'sass-rails', '~> 6.0'
gem 'simple_form'
gem 'turbolinks', '~> 5'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
Expand Down
27 changes: 12 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
rainbow (3.0.0)
rake (12.3.3)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
responders (3.0.0)
actionpack (>= 5.0)
Expand Down Expand Up @@ -224,20 +224,17 @@ GEM
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
ruby_http_client (3.3.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)
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.0.0)
ffi (~> 1.9.6)
rake
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sendgrid-ruby (5.3.0)
ruby_http_client (~> 3.3.0)
sinatra (>= 1.4.7, < 3)
Expand All @@ -253,7 +250,7 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.2)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand All @@ -263,7 +260,7 @@ GEM
sqlite3 (1.4.2)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.8)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand Down Expand Up @@ -314,7 +311,7 @@ DEPENDENCIES
rspec_junit_formatter
rubocop
rubocop-rspec
sass-rails (~> 5.0)
sass-rails (~> 6.0)
sendgrid-ruby
simple_form
spring
Expand Down

0 comments on commit 533656e

Please sign in to comment.