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

build(deps): bump tailwindcss-rails from 2.1.0 to 2.5.0 #97

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 @@ -37,7 +37,7 @@ gem "money-rails", "~>1.12"

gem "monetize", "~> 1.12"

gem "tailwindcss-rails", "~> 2.1"
gem "tailwindcss-rails", "~> 2.5"

# Use Redis adapter to run Action Cable in production
# gem "redis", "~> 4.0"
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -141,14 +141,14 @@ GEM
faraday-net_http (3.0.2)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
importmap-rails (1.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
irb (1.11.2)
irb (1.12.0)
rdoc
reline (>= 0.4.2)
jbuilder (2.11.5)
Expand All @@ -168,8 +168,8 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
mini_portile2 (2.8.6)
minitest (5.22.3)
monetize (1.12.0)
money (~> 6.12)
money (6.16.0)
Expand All @@ -194,14 +194,14 @@ GEM
net-protocol
net-ssh (7.2.0)
nio4r (2.7.0)
nokogiri (1.16.2)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.2-aarch64-linux)
nokogiri (1.16.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
nordigen-ruby (2.1.3)
faraday (~> 2.5)
Expand All @@ -216,7 +216,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.9.1)
rack (3.0.10)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
Expand Down Expand Up @@ -257,10 +257,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.2)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.4)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.62.0)
Expand Down Expand Up @@ -320,13 +320,13 @@ GEM
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.1.0)
tailwindcss-rails (2.1.0)
tailwindcss-rails (2.5.0)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-aarch64-linux)
tailwindcss-rails (2.5.0-aarch64-linux)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-x86_64-darwin)
tailwindcss-rails (2.5.0-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-x86_64-linux)
tailwindcss-rails (2.5.0-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.1)
timeout (0.4.1)
Expand Down Expand Up @@ -392,7 +392,7 @@ DEPENDENCIES
sprockets-rails
standard (~> 1.34)
stimulus-rails
tailwindcss-rails (~> 2.1)
tailwindcss-rails (~> 2.5)
turbo-rails
tzinfo-data
web-console
Expand Down
Loading