Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tailwindcss-rails from 2.0.30 to 2.1.0 #338

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0'
gem 'tailwindcss-rails', '~> 2.1'
gem 'rubyzip', '~> 2.3'
gem 'heroicon', '~> 1.0.0'
gem 'rails-i18n', '~> 7.0'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -134,7 +134,7 @@ GEM
method_source (1.0.0)
mini_magick (4.11.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
moneta (1.0.0)
msgpack (1.6.0)
Expand All @@ -149,7 +149,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.4)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pg (1.5.4)
Expand All @@ -163,7 +163,7 @@ GEM
puma (6.4.0)
nio4r (~> 2.0)
qonfig (0.28.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (3.1.1)
rack (>= 1.2.0)
Expand Down Expand Up @@ -200,7 +200,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake (13.1.0)
rate_throttle_client (0.1.2)
redis (5.0.7)
redis-client (>= 0.9.0)
Expand Down Expand Up @@ -248,10 +248,10 @@ GEM
sprockets (>= 3.0.0)
stimulus-rails (1.2.2)
railties (>= 6.0.0)
tailwindcss-rails (2.0.30)
tailwindcss-rails (2.1.0)
railties (>= 6.0.0)
test-prof (1.2.3)
thor (1.2.2)
thor (1.3.0)
timeout (0.4.0)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
Expand All @@ -272,7 +272,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down Expand Up @@ -305,7 +305,7 @@ DEPENDENCIES
sidekiq (~> 7.2)
sprockets-rails (~> 3.4, >= 3.4.2)
stimulus-rails (~> 1.2)
tailwindcss-rails (~> 2.0)
tailwindcss-rails (~> 2.1)
test-prof (~> 1.2)
turbo-rails (~> 1.4)
tzinfo-data
Expand Down