Skip to content

Commit

Permalink
Bump dartsass-rails from 0.5.0 to 0.5.1
Browse files Browse the repository at this point in the history
Bumps [dartsass-rails](https://github.com/rails/dartsass-rails) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/rails/dartsass-rails/releases)
- [Commits](rails/dartsass-rails@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: dartsass-rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 7d9ca08 commit a3ec9ce
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby '3.1.4'
gem "rails", '~> 7.0.8'
gem 'pg', '~> 1.5'
gem "sprockets-rails"
gem "dartsass-rails", "~> 0.5.0"
gem "dartsass-rails", "~> 0.5.1"
gem "terser", "~> 1.2"

gem 'dotenv'
Expand Down
45 changes: 24 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ GEM
css_parser (1.14.0)
addressable
csv (3.3.0)
dartsass-rails (0.5.0)
dartsass-rails (0.5.1)
railties (>= 6.0.0)
sass-embedded (~> 1.63)
database_cleaner (2.0.2)
Expand Down Expand Up @@ -125,10 +125,18 @@ GEM
formatador (1.1.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.23.3-aarch64-linux)
google-protobuf (3.23.3-arm64-darwin)
google-protobuf (3.23.3-x86_64-darwin)
google-protobuf (3.23.3-x86_64-linux)
google-protobuf (4.27.2-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
bigdecimal
rake (>= 13)
guard (2.18.0)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -184,7 +192,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.24.0)
minitest (5.24.1)
msgpack (1.7.2)
multi_xml (0.6.0)
mustermann (3.0.0)
Expand All @@ -200,13 +208,13 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-aarch64-linux)
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -228,7 +236,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-protection (3.2.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -301,14 +309,9 @@ GEM
rspec-support (~> 3.13)
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
sass-embedded (1.63.4-aarch64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.63.4-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.63.4-x86_64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.63.4-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
rake (>= 13)
shellany (0.0.1)
simple_form (5.3.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -346,7 +349,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
aarch64-linux
Expand All @@ -357,7 +360,7 @@ PLATFORMS
DEPENDENCIES
aws-sdk-sqs (~> 1.79)
bootsnap
dartsass-rails (~> 0.5.0)
dartsass-rails (~> 0.5.1)
database_cleaner
debug
diffy
Expand Down

0 comments on commit a3ec9ce

Please sign in to comment.