Skip to content

Commit

Permalink
Bump tailwindcss-rails from 2.6.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.6.3 to 3.0.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.6.3...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and imustafin committed Nov 23, 2024
1 parent a4e6f80 commit 2ffc52c
Show file tree
Hide file tree
Showing 2 changed files with 5 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.6'
gem 'tailwindcss-rails', '~> 3.0'
gem 'rubyzip', '~> 2.3'
gem 'heroicon', '~> 1.0.0'
gem 'rails-i18n', '~> 7.0'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,10 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
tailwindcss-rails (2.6.3-x86_64-linux)
tailwindcss-rails (3.0.0)
railties (>= 7.0.0)
tailwindcss-ruby
tailwindcss-ruby (3.4.15-x86_64-linux)
test-prof (1.4.2)
thor (1.3.2)
timeout (0.4.2)
Expand Down Expand Up @@ -334,7 +336,7 @@ DEPENDENCIES
sidekiq (~> 7.3)
sprockets-rails (~> 3.5)
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 2.6)
tailwindcss-rails (~> 3.0)
test-prof (~> 1.4)
turbo-rails (~> 2.0)
tzinfo-data
Expand Down

0 comments on commit 2ffc52c

Please sign in to comment.