From be4dd318b8c1e0c8cc1f2ef42de54f18d28ed415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:11:11 +0000 Subject: [PATCH] Bump tailwindcss-rails from 2.0.30 to 2.2.1 Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.0.30 to 2.2.1. - [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.0.30...v2.2.1) --- updated-dependencies: - dependency-name: tailwindcss-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index ab8f11e..2c96f94 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'kaminari', '~> 1.2' -gem 'tailwindcss-rails', '~> 2.0' +gem 'tailwindcss-rails', '~> 2.2' gem 'rubyzip', '~> 2.3' gem 'heroicon', '~> 1.0.0' gem 'rails-i18n', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index c3a8bd1..f56d528 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,7 @@ GEM activerecord kaminari-core (= 1.2.2) kaminari-core (1.2.2) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -134,7 +134,7 @@ GEM method_source (1.0.0) mini_magick (4.11.0) mini_mime (1.1.5) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.20.0) moneta (1.0.0) msgpack (1.6.0) @@ -149,7 +149,7 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.16.0) mini_portile2 (~> 2.8.2) racc (~> 1.4) pg (1.5.4) @@ -163,7 +163,7 @@ GEM puma (6.4.0) nio4r (~> 2.0) qonfig (0.28.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-mini-profiler (3.1.1) rack (>= 1.2.0) @@ -200,7 +200,7 @@ GEM rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) - rake (13.0.6) + rake (13.1.0) rate_throttle_client (0.1.2) redis (5.0.7) redis-client (>= 0.9.0) @@ -248,10 +248,10 @@ GEM sprockets (>= 3.0.0) stimulus-rails (1.2.2) railties (>= 6.0.0) - tailwindcss-rails (2.0.30) + tailwindcss-rails (2.2.1) railties (>= 6.0.0) test-prof (1.2.3) - thor (1.2.2) + thor (1.3.0) timeout (0.4.0) turbo-rails (1.4.0) actionpack (>= 6.0.0) @@ -272,7 +272,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -305,7 +305,7 @@ DEPENDENCIES sidekiq (~> 7.2) sprockets-rails (~> 3.4, >= 3.4.2) stimulus-rails (~> 1.2) - tailwindcss-rails (~> 2.0) + tailwindcss-rails (~> 2.2) test-prof (~> 1.2) turbo-rails (~> 1.4) tzinfo-data