From 346ee5446178e9f7b9db175e66383ba7980da83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 21:27:45 +0000 Subject: [PATCH] Bump tailwindcss-rails from 0.3.3 to 2.0.7 Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 0.3.3 to 2.0.7. - [Release notes](https://github.com/rails/tailwindcss-rails/releases) - [Commits](https://github.com/rails/tailwindcss-rails/compare/v0.3.3...v2.0.7) --- 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 | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 77b49e9..e46e275 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.0.7' gem 'turbolinks', '~> 5' gem 'twitter-text' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 74aa6ec..3d7bdc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.4) domain_name (~> 0.5) - i18n (1.9.1) + i18n (1.10.0) concurrent-ruby (~> 1.0) idn-ruby (0.1.4) image_processing (1.12.1) @@ -224,7 +224,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.13.0) + loofah (2.14.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -436,8 +436,10 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - tailwindcss-rails (0.3.3) - rails (>= 6.0.0) + tailwindcss-rails (2.0.7-arm64-darwin) + railties (>= 6.0.0) + tailwindcss-rails (2.0.7-x86_64-linux) + railties (>= 6.0.0) temple (0.8.2) thor (1.2.1) tilt (2.0.10) @@ -538,7 +540,7 @@ DEPENDENCIES simple_form simple_form-tailwind spring - tailwindcss-rails (~> 0.3.3) + tailwindcss-rails (~> 2.0.7) turbolinks (~> 5) twitter-text tzinfo-data