Skip to content

Commit

Permalink
Bump tailwindcss-rails from 2.4.0 to 2.5.0
Browse files Browse the repository at this point in the history
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.4.0 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](rails/tailwindcss-rails@v2.4.0...v2.5.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 29, 2024
1 parent 8fd6c34 commit e51c326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4'
gem 'tailwindcss-rails', '~> 2.5'
gem 'rubyzip', '~> 2.3'
gem 'heroicon', '~> 1.0.0'
gem 'rails-i18n', '~> 7.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ GEM
redis-client (>= 0.22.0)
redis-client (0.22.1)
connection_pool
reline (0.5.2)
reline (0.5.4)
io-console (~> 0.5)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -280,7 +280,7 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
tailwindcss-rails (2.4.0)
tailwindcss-rails (2.5.0)
railties (>= 6.0.0)
test-prof (1.3.3)
thor (1.3.1)
Expand Down Expand Up @@ -337,7 +337,7 @@ DEPENDENCIES
sidekiq (~> 7.2)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 2.4)
tailwindcss-rails (~> 2.5)
test-prof (~> 1.3, >= 1.3.3)
turbo-rails (~> 2.0, >= 2.0.5)
tzinfo-data
Expand Down

0 comments on commit e51c326

Please sign in to comment.