Skip to content

Commit

Permalink
Bump tailwindcss-rails from 2.3.0 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 21, 2024
1 parent 3a9de00 commit 7244555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'kaminari', '~> 1.2'

gem 'tailwindcss-rails', '~> 2.3'
gem 'tailwindcss-rails', '~> 2.4'
gem 'rubyzip', '~> 2.3'
gem 'heroicon', '~> 1.0.0'
gem 'rails-i18n', '~> 7.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
tailwindcss-rails (2.3.0)
tailwindcss-rails (2.4.0)
railties (>= 6.0.0)
test-prof (1.2.3)
thor (1.3.1)
Expand Down Expand Up @@ -307,7 +307,7 @@ DEPENDENCIES
sidekiq (~> 7.2)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 2.3)
tailwindcss-rails (~> 2.4)
test-prof (~> 1.2)
turbo-rails (~> 1.4)
tzinfo-data
Expand Down

0 comments on commit 7244555

Please sign in to comment.