Skip to content

Commit

Permalink
Bump tailwindcss-rails from 2.1.0 to 2.2.1
Browse files Browse the repository at this point in the history
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.1.0 to 2.2.1.
- [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.1.0...v2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 8aa8913 commit c436109
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ gem 'sidekiq-cron'
gem 'platform-api'

# Tailwind CSS for Rails
gem 'tailwindcss-rails', '~> 2.1'
gem 'tailwindcss-rails', '~> 2.2'

# ActiveHash is a simple base class that allows you to use a ruby hash as a readonly datasource
gem 'active_hash'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ GEM
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
reline (0.4.1)
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rolify (6.0.1)
Expand Down Expand Up @@ -393,11 +393,11 @@ GEM
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
tailwindcss-rails (2.1.0)
tailwindcss-rails (2.2.1)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-arm64-darwin)
tailwindcss-rails (2.2.1-arm64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-x86_64-linux)
tailwindcss-rails (2.2.1-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.0)
timeout (0.4.1)
Expand Down Expand Up @@ -469,7 +469,7 @@ DEPENDENCIES
sidekiq-cron
sprockets-rails
stimulus-rails
tailwindcss-rails (~> 2.1)
tailwindcss-rails (~> 2.2)
turbo-rails
tzinfo-data
web-console
Expand Down

0 comments on commit c436109

Please sign in to comment.