From 44fce57efbcfd304de32e33bc6b4ebc589985f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:22:15 +0000 Subject: [PATCH] Bump the rails_default group with 5 updates Bumps the rails_default group with 5 updates: | Package | From | To | | --- | --- | --- | | [sprockets-rails](https://github.com/rails/sprockets-rails) | `3.5.1` | `3.5.2` | | [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) | `2.6.4` | `2.7.0` | | [bootsnap](https://github.com/Shopify/bootsnap) | `1.18.3` | `1.18.4` | | [pagy](https://github.com/ddnexus/pagy) | `9.0.4` | `9.0.5` | | [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) | `3.0.3` | `3.0.4` | Updates `sprockets-rails` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/rails/sprockets-rails/releases) - [Commits](https://github.com/rails/sprockets-rails/compare/v3.5.1...v3.5.2) Updates `tailwindcss-rails` from 2.6.4 to 2.7.0 - [Release notes](https://github.com/rails/tailwindcss-rails/releases) - [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/tailwindcss-rails/compare/v2.6.4...v2.7.0) Updates `bootsnap` from 1.18.3 to 1.18.4 - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/Shopify/bootsnap/compare/v1.18.3...v1.18.4) Updates `pagy` from 9.0.4 to 9.0.5 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/9.0.4...9.0.5) Updates `rubocop-rspec` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: sprockets-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default - dependency-name: tailwindcss-rails dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rails_default - dependency-name: bootsnap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default - dependency-name: rubocop-rspec dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rails_default ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49dec84..00d1e58 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,7 +89,7 @@ GEM benchmark (0.3.0) bigdecimal (3.1.8) bindex (0.8.1) - bootsnap (1.18.3) + bootsnap (1.18.4) msgpack (~> 1.2) brakeman (6.1.2) racc @@ -221,7 +221,7 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) - pagy (9.0.4) + pagy (9.0.5) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) @@ -233,7 +233,7 @@ GEM public_suffix (6.0.1) puma (6.4.2) nio4r (~> 2.0) - racc (1.8.0) + racc (1.8.1) rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) @@ -288,7 +288,7 @@ GEM railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.3.2) + rexml (3.3.4) strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -307,7 +307,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -318,7 +318,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) @@ -336,7 +336,7 @@ GEM rubocop-minitest rubocop-performance rubocop-rails - rubocop-rspec (3.0.3) + rubocop-rspec (3.0.4) rubocop (~> 1.61) rubocop-rspec_rails (2.30.0) rubocop (~> 1.61) @@ -381,7 +381,7 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) @@ -392,17 +392,17 @@ GEM strscan (3.1.0) syntax_tree (6.2.0) prettier_print (>= 1.2.0) - tailwindcss-rails (2.6.4) + tailwindcss-rails (2.7.0) railties (>= 7.0.0) - tailwindcss-rails (2.6.4-aarch64-linux) + tailwindcss-rails (2.7.0-aarch64-linux) railties (>= 7.0.0) - tailwindcss-rails (2.6.4-arm-linux) + tailwindcss-rails (2.7.0-arm-linux) railties (>= 7.0.0) - tailwindcss-rails (2.6.4-arm64-darwin) + tailwindcss-rails (2.7.0-arm64-darwin) railties (>= 7.0.0) - tailwindcss-rails (2.6.4-x86_64-darwin) + tailwindcss-rails (2.7.0-x86_64-darwin) railties (>= 7.0.0) - tailwindcss-rails (2.6.4-x86_64-linux) + tailwindcss-rails (2.7.0-x86_64-linux) railties (>= 7.0.0) temple (0.10.3) thor (1.3.1)