Skip to content

Commit

Permalink
Merge pull request #98 from robzolkos/new-tailwind
Browse files Browse the repository at this point in the history
Update Tailwindcss-rails
  • Loading branch information
robzolkos authored Oct 10, 2024
2 parents ab475ff + 26a9a90 commit b133aaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "stimulus-rails"

# Other
gem "inline_svg"
gem "tailwindcss-rails"
gem "tailwindcss-rails", "3.0.0.rc1"

group :development, :test do
gem "debug", platforms: %i[ mri windows ], require: "debug/prelude"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,12 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.1)
tailwindcss-rails (2.7.6-aarch64-linux)
railties (>= 7.0.0)
tailwindcss-rails (2.7.6-arm64-darwin)
railties (>= 7.0.0)
tailwindcss-rails (2.7.6-x86_64-linux)
tailwindcss-rails (3.0.0.rc1)
railties (>= 7.0.0)
tailwindcss-ruby
tailwindcss-ruby (3.4.13-aarch64-linux)
tailwindcss-ruby (3.4.13-arm64-darwin)
tailwindcss-ruby (3.4.13-x86_64-linux)
thor (1.3.2)
thruster (0.1.8-aarch64-linux)
thruster (0.1.8-arm64-darwin)
Expand Down Expand Up @@ -334,7 +334,7 @@ DEPENDENCIES
selenium-webdriver
sqlite3
stimulus-rails
tailwindcss-rails
tailwindcss-rails (= 3.0.0.rc1)
thruster
turbo-rails
web-console
Expand Down

0 comments on commit b133aaf

Please sign in to comment.