From cda3874b530274dadbf8f74d66773bf750cbff9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:12:45 +0000 Subject: [PATCH] Bump tailwindcss-rails from 0.3.3 to 2.5.0 Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 0.3.3 to 2.5.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/v0.3.3...v2.5.0) --- updated-dependencies: - dependency-name: tailwindcss-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 4c7538d..0148459 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'sidekiq' gem 'sidekiq-failures', '~> 1.0' gem 'simple_form' gem 'simple_form-tailwind' -gem 'tailwindcss-rails', '~> 0.3.3' +gem 'tailwindcss-rails', '~> 2.5.0' gem 'turbolinks', '~> 5' gem 'twitter-text' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 1f53211..e5fbdc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -213,7 +213,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.0) mime-types (3.5.2) mime-types-data (~> 3.2015) mime-types-data (3.2024.0305) @@ -231,10 +231,10 @@ GEM net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0.1) + net-smtp (0.5.0) net-protocol netrc (0.11.0) - nio4r (2.7.0) + nio4r (2.7.1) nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) nokogiri (1.16.2-x86_64-linux) @@ -276,7 +276,7 @@ GEM pundit (2.3.1) activesupport (>= 3.0.0) racc (1.7.3) - rack (2.2.8.1) + rack (2.2.9) rack-canonical-host (1.2.0) addressable (> 0, < 3) rack (>= 1, < 4) @@ -331,7 +331,7 @@ GEM method_source rake (>= 0.8.7) thor (~> 1.0) - rake (13.1.0) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -439,8 +439,10 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - tailwindcss-rails (0.3.3) - rails (>= 6.0.0) + tailwindcss-rails (2.5.0-arm64-darwin) + railties (>= 6.0.0) + tailwindcss-rails (2.5.0-x86_64-linux) + railties (>= 6.0.0) temple (0.10.3) thor (1.3.1) tilt (2.3.0) @@ -547,7 +549,7 @@ DEPENDENCIES simple_form simple_form-tailwind spring - tailwindcss-rails (~> 0.3.3) + tailwindcss-rails (~> 2.5.0) turbolinks (~> 5) twitter-text tzinfo-data