Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Bump sass-rails from 5.1.0 to 6.0.0 #413

Open
wants to merge 1 commit into
base: main
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'hashie', '~> 4.1.0'
gem 'jquery-rails', '~> 4.4.0'
gem 'puma', '~> 3.12.6'
gem 'rails_admin', '~> 2.1.1'
gem 'sass-rails', '~> 5.1.0'
gem 'sass-rails', '~> 6.0.0'
gem 'validates_formatting_of', '~> 0.9.0'

group :development do
Expand Down
17 changes: 4 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -310,17 +310,8 @@ GEM
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubyzip (2.3.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)
sass-rails (5.1.0)
railties (>= 5.2.0)
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.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand All @@ -342,7 +333,7 @@ GEM
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.2)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
Expand Down Expand Up @@ -409,7 +400,7 @@ DEPENDENCIES
rails_12factor (~> 0.0.3)
rails_admin (~> 2.1.1)
rspec-rails (~> 5.0.1)
sass-rails (~> 5.1.0)
sass-rails (~> 6.0.0)
selenium-webdriver (~> 3.142.7)
simplecov (= 0.21.2)
spring (~> 2.1.1)
Expand Down