Skip to content

Commit

Permalink
Update dependency tailwindcss-rails to "~> 2.2.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent 0d49289 commit 49b442b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

gem "tailwindcss-rails", "~> 2.0.0"
gem "tailwindcss-rails", "~> 2.2.0"
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GEM
thor (>= 0.14.0, < 2)
globalid (1.0.1)
activesupport (>= 5.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand All @@ -160,21 +160,21 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.20.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.18.0)
minitest (5.20.0)
msgpack (1.5.2)
multipart-post (2.2.0)
nested_form (0.3.2)
nio4r (2.7.0)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.3.5)
Expand All @@ -184,8 +184,8 @@ GEM
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
racc (1.7.3)
rack (2.2.8)
rack-mini-profiler (3.0.0)
rack (>= 1.2.0)
rack-proxy (0.7.6)
Expand All @@ -211,11 +211,13 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_admin (3.0.0)
activemodel-serializers-xml (>= 1.0)
kaminari (>= 0.14, < 2.0)
Expand All @@ -228,7 +230,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -285,11 +287,11 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
tailwindcss-rails (2.0.8-x86_64-linux)
tailwindcss-rails (2.2.1-x86_64-linux)
railties (>= 6.0.0)
terser (1.1.14)
execjs (>= 0.3.0, < 3)
thor (1.2.1)
thor (1.3.0)
tilt (2.0.10)
turbo-rails (1.1.1)
actionpack (>= 6.0.0)
Expand Down Expand Up @@ -322,7 +324,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.7)
zeitwerk (2.6.12)

PLATFORMS
x86_64-linux
Expand Down Expand Up @@ -354,7 +356,7 @@ DEPENDENCIES
selenium-webdriver
simplecov (= 0.17.1)
spring
tailwindcss-rails (~> 2.0.0)
tailwindcss-rails (~> 2.2.0)
terser
turbolinks (~> 5)
tzinfo-data
Expand Down

0 comments on commit 49b442b

Please sign in to comment.