Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 4 updates: [activerecord](https://github.com/rails/rails), [activesupport](https://github.com/rails/rails), [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) and [rubocop](https://github.com/rubocop/rubocop).


Updates `activerecord` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.1/activerecord/CHANGELOG.md)
- [Commits](rails/rails@v8.0.0...v8.0.1)

Updates `activesupport` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v8.0.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v8.0.0...v8.0.1)

Updates `sass-embedded` from 1.82.0 to 1.83.0
- [Commits](sass-contrib/sass-embedded-host-ruby@v1.82.0...v1.83.0)

Updates `rubocop` from 1.69.1 to 1.69.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.1...v1.69.2)

---
updated-dependencies:
- dependency-name: activerecord
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: sass-embedded
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Dec 14, 2024
1 parent 2082919 commit 6bd3af4
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (8.0.0)
activesupport (= 8.0.0)
activerecord (8.0.0)
activemodel (= 8.0.0)
activesupport (= 8.0.0)
activemodel (8.0.1)
activesupport (= 8.0.1)
activerecord (8.0.1)
activemodel (= 8.0.1)
activesupport (= 8.0.1)
timeout (>= 0.4.0)
activesupport (8.0.0)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -75,9 +75,9 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
logger (1.6.1)
logger (1.6.3)
method_source (1.1.0)
minitest (5.25.2)
minitest (5.25.4)
multi_json (1.15.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
rubocop (1.69.1)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -135,25 +135,25 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sass-embedded (1.82.0-aarch64-linux-gnu)
sass-embedded (1.83.0-aarch64-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-arm-linux-gnueabihf)
sass-embedded (1.83.0-arm-linux-gnueabihf)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-arm64-darwin)
sass-embedded (1.83.0-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-x86-linux-gnu)
sass-embedded (1.83.0-x86-linux-gnu)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-x86_64-darwin)
sass-embedded (1.83.0-x86_64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.82.0-x86_64-linux-gnu)
sass-embedded (1.83.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sassc (2.4.0)
ffi (~> 1.9)
securerandom (0.3.2)
securerandom (0.4.0)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
Expand Down

0 comments on commit 6bd3af4

Please sign in to comment.