From 7e9bde49e2f06734f27a8d23bafacfb7e53ad7a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:25:32 +0000 Subject: [PATCH] Bump tailwindcss-rails from 0.3.3 to 2.0.5 Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 0.3.3 to 2.0.5. - [Release notes](https://github.com/rails/tailwindcss-rails/releases) - [Commits](https://github.com/rails/tailwindcss-rails/compare/v0.3.3...v2.0.5) --- 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 | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 77b49e9..f7da897 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.5' gem 'turbolinks', '~> 5' gem 'twitter-text' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 9b50728..f8752ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,6 +245,8 @@ GEM nio4r (2.5.8) nokogiri (1.13.1-arm64-darwin) racc (~> 1.4) + nokogiri (1.13.1-x86_64-linux) + racc (~> 1.4) numerizer (0.1.1) octokit (4.22.0) faraday (>= 0.9) @@ -434,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.5-arm64-darwin) + railties (>= 6.0.0) + tailwindcss-rails (2.0.5-x86_64-linux) + railties (>= 6.0.0) temple (0.8.2) thor (1.2.1) tilt (2.0.10) @@ -480,6 +484,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES actionpack (>= 6.1.3.2) @@ -535,7 +540,7 @@ DEPENDENCIES simple_form simple_form-tailwind spring - tailwindcss-rails (~> 0.3.3) + tailwindcss-rails (~> 2.0.5) turbolinks (~> 5) twitter-text tzinfo-data