Skip to content

Commit

Permalink
Bump tailwindcss-rails from 2.4.0 to 2.6.3
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.6.3.
- [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.6.3)

---
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 and imustafin committed Aug 29, 2024
1 parent 8fd6c34 commit 9a45b0f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 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.6'
gem 'rubyzip', '~> 2.3'
gem 'heroicon', '~> 1.0.0'
gem 'rails-i18n', '~> 7.0'
Expand Down
38 changes: 18 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,22 @@ GEM
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
chartkick (5.0.6)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
crawler_detect (1.2.4)
qonfig (>= 0.24)
date (3.3.4)
diff-lcs (1.5.1)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
erubis (2.7.0)
excon (0.110.0)
factory_bot (6.4.6)
Expand All @@ -112,7 +112,7 @@ GEM
moneta
multi_json (>= 1.9.2)
webrick
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand All @@ -122,8 +122,8 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
irb (1.12.0)
rdoc
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -151,8 +151,7 @@ GEM
method_source (1.1.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.22.3)
minitest (5.24.1)
moneta (1.0.0)
msgpack (1.7.2)
multi_json (1.15.0)
Expand All @@ -167,8 +166,7 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
pg (1.5.6)
pg_search (2.3.6)
Expand All @@ -183,7 +181,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
qonfig (0.28.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.9)
rack-mini-profiler (3.3.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -228,13 +226,13 @@ GEM
zeitwerk (~> 2.6)
rake (13.2.1)
rate_throttle_client (0.1.2)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.1)
connection_pool
reline (0.5.2)
reline (0.5.9)
io-console (~> 0.5)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
Expand Down Expand Up @@ -279,9 +277,9 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
tailwindcss-rails (2.4.0)
railties (>= 6.0.0)
stringio (3.1.1)
tailwindcss-rails (2.6.3-x86_64-linux)
railties (>= 7.0.0)
test-prof (1.3.3)
thor (1.3.1)
timeout (0.4.1)
Expand All @@ -304,10 +302,10 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.13)
zeitwerk (2.6.16)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
activerecord-import (~> 1.6)
Expand Down Expand Up @@ -337,7 +335,7 @@ DEPENDENCIES
sidekiq (~> 7.2)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.3)
tailwindcss-rails (~> 2.4)
tailwindcss-rails (~> 2.6)
test-prof (~> 1.3, >= 1.3.3)
turbo-rails (~> 2.0, >= 2.0.5)
tzinfo-data
Expand Down

0 comments on commit 9a45b0f

Please sign in to comment.