Skip to content

Commit

Permalink
Upgraded tailwindcss-rails (deprecation warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejkrzywda committed May 31, 2024
1 parent 4b2804e commit b2e70e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion rails_application/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem "puma", "~> 5.6"
gem "bootsnap", ">= 1.9.2", require: false
gem "honeybadger", "~> 4.0"
gem "skylight"
gem "tailwindcss-rails"
gem "tailwindcss-rails", "~> 2.6.0"
gem "kaminari"
gem "sprockets-rails"
gem "turbo-rails"
Expand Down
24 changes: 15 additions & 9 deletions rails_application/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ GEM
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.1-x86_64-linux)
racc (~> 1.4)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -272,14 +278,14 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
tailwindcss-rails (2.0.21)
railties (>= 6.0.0)
tailwindcss-rails (2.0.21-arm64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.21-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.21-x86_64-linux)
railties (>= 6.0.0)
tailwindcss-rails (2.6.0)
railties (>= 7.0.0)
tailwindcss-rails (2.6.0-arm64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.6.0-x86_64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.6.0-x86_64-linux)
railties (>= 7.0.0)
thor (1.2.1)
timeout (0.3.1)
turbo-rails (1.3.3)
Expand Down Expand Up @@ -326,7 +332,7 @@ DEPENDENCIES
skylight
sprockets-rails
stimulus-rails
tailwindcss-rails
tailwindcss-rails (~> 2.6.0)
turbo-rails
tzinfo-data

Expand Down

0 comments on commit b2e70e8

Please sign in to comment.