Skip to content

Commit

Permalink
build(deps): bump tailwindcss-rails from 2.0.31 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.0.31 to 2.1.0.
- [Release notes](https://github.com/rails/tailwindcss-rails/releases)
- [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md)
- [Commits](rails/tailwindcss-rails@v2.0.31...v2.1.0)

---
updated-dependencies:
- dependency-name: tailwindcss-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and EduardoSimon committed Dec 23, 2023
1 parent d40903e commit 171428a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
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.0"
gem "tailwindcss-rails", "~> 2.1"

# Use Redis adapter to run Action Cable in production
# gem "redis", "~> 4.0"
Expand Down
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
ast (2.4.2)
base64 (0.1.1)
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
drb (2.1.1)
drb (2.2.0)
ruby2_keywords
ed25519 (1.3.0)
erubi (1.12.0)
Expand All @@ -146,8 +146,8 @@ GEM
importmap-rails (1.2.1)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.6.0)
irb (1.8.3)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
jbuilder (2.11.5)
Expand All @@ -156,7 +156,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
loofah (2.21.4)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -179,7 +179,7 @@ GEM
money (~> 6.13)
railties (>= 3.0)
msgpack (1.7.2)
mutex_m (0.1.2)
mutex_m (0.2.0)
net-imap (0.4.2)
date
net-protocol
Expand All @@ -193,14 +193,14 @@ GEM
net-protocol
net-ssh (7.2.0)
nio4r (2.5.9)
nokogiri (1.15.4)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.4-aarch64-linux)
nokogiri (1.15.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
nordigen-ruby (2.1.3)
faraday (~> 2.5)
Expand All @@ -209,12 +209,12 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.3)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (3.0.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -256,10 +256,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.5.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.2)
reline (0.3.9)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.56.4)
Expand Down Expand Up @@ -319,14 +319,14 @@ GEM
rubocop-performance (~> 1.19.1)
stimulus-rails (1.3.0)
railties (>= 6.0.0)
stringio (3.0.8)
tailwindcss-rails (2.0.31)
stringio (3.1.0)
tailwindcss-rails (2.1.0)
railties (>= 6.0.0)
tailwindcss-rails (2.0.31-aarch64-linux)
tailwindcss-rails (2.1.0-aarch64-linux)
railties (>= 6.0.0)
tailwindcss-rails (2.0.31-x86_64-darwin)
tailwindcss-rails (2.1.0-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.31-x86_64-linux)
tailwindcss-rails (2.1.0-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.0)
timeout (0.4.0)
Expand Down Expand Up @@ -392,7 +392,7 @@ DEPENDENCIES
sprockets-rails
standard (~> 1.31)
stimulus-rails
tailwindcss-rails (~> 2.0)
tailwindcss-rails (~> 2.1)
turbo-rails
tzinfo-data
web-console
Expand Down

0 comments on commit 171428a

Please sign in to comment.