Skip to content

Commit

Permalink
Update dependency sass-embedded to v1.77.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 28, 2024
1 parent 4077c1f commit 78e161e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 38 deletions.
10 changes: 4 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,15 @@ source 'https://rubygems.org'
ruby '~>3.2'

gem 'always', '0.0.4'
gem 'aws-sdk-core', '3.199.0'
gem 'aws-sdk-s3', '1.154.0'
gem 'aws-sdk-core', '3.198.0'
gem 'aws-sdk-s3', '1.153.0'
gem 'backtrace', '0.4.0'
gem 'concurrent-ruby', '1.3.3'
gem 'factbase', '~>0.0'
gem 'factbase', '0.0.54'
gem 'glogin', '0.15.0'
gem 'haml', '6.3.0'
gem 'iri', '0.8.0'
gem 'j', path: 'j' if File.exist?('j')
gem 'judges', '~>0.0'
gem 'loog', '0.5.2'
gem 'loog', '0.5.1'
gem 'minitest', '5.24.0', require: false
gem 'pgtk', '0.9.3'
gem 'rack', '3.1.4'
Expand Down
43 changes: 11 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ GEM
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.948.0)
aws-sdk-core (3.199.0)
aws-sdk-core (3.198.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.87.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sdk-kms (1.86.0)
aws-sdk-core (~> 3, >= 3.198.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.154.0)
aws-sdk-core (~> 3, >= 3.199.0)
aws-sdk-s3 (1.153.0)
aws-sdk-core (~> 3, >= 3.198.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
Expand All @@ -60,9 +60,7 @@ GEM
docile (1.4.0)
drb (2.2.1)
erubi (1.13.0)
ethon (0.16.0)
ffi (>= 1.15.0)
factbase (0.0.56)
factbase (0.0.54)
backtrace (~> 0.3)
decoor (~> 0.0)
json (~> 2.7)
Expand All @@ -85,7 +83,6 @@ GEM
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
gli (2.21.1)
glogin (0.15.0)
base58 (>= 0.2)
openssl (>= 2.0)
Expand Down Expand Up @@ -120,29 +117,15 @@ GEM
iri (0.8.0)
jmespath (1.6.2)
json (2.7.2)
judges (0.13.3)
backtrace (~> 0.3)
concurrent-ruby (~> 1.2)
factbase (~> 0.0)
gli (~> 2.21)
iri (~> 0.8)
loog (~> 0.2)
moments (~> 0.3)
nokogiri (~> 1.10)
others (~> 0.0)
retries (~> 0.0)
tago (~> 0.0)
typhoeus (~> 1.3)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
loog (0.5.2)
loog (0.5.1)
minitest (5.24.0)
moments (0.3.0)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -217,7 +200,6 @@ GEM
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
retries (0.0.5)
rexml (3.3.1)
strscan
rspec-core (3.13.0)
Expand Down Expand Up @@ -314,8 +296,6 @@ GEM
temple (0.10.3)
thor (1.3.1)
tilt (2.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand Down Expand Up @@ -351,16 +331,15 @@ PLATFORMS

DEPENDENCIES
always (= 0.0.4)
aws-sdk-core (= 3.199.0)
aws-sdk-s3 (= 1.154.0)
aws-sdk-core (= 3.198.0)
aws-sdk-s3 (= 1.153.0)
backtrace (= 0.4.0)
concurrent-ruby (= 1.3.3)
factbase (~> 0.0)
factbase (= 0.0.54)
glogin (= 0.15.0)
haml (= 6.3.0)
iri (= 0.8.0)
judges (~> 0.0)
loog (= 0.5.2)
loog (= 0.5.1)
minitest (= 5.24.0)
pgtk (= 0.9.3)
rack (= 3.1.4)
Expand Down

0 comments on commit 78e161e

Please sign in to comment.