Skip to content

Commit

Permalink
Merge pull request #270 from codecov/dependabot/bundler/tailwindcss-r…
Browse files Browse the repository at this point in the history
…ails-4.1.0

chore(deps): bump tailwindcss-rails from 4.0.0 to 4.1.0
  • Loading branch information
thomasrockhu-codecov authored Feb 20, 2025
2 parents 7c99d3e + 20d7276 commit 20accf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ group :development do
end


gem "tailwindcss-rails", "~> 4.0"
gem "tailwindcss-rails", "~> 4.1"

gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
logger (1.6.5)
logger (1.6.6)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -426,12 +426,12 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (2.5.0-x86_64-darwin)
sqlite3 (2.5.0-x86_64-linux-gnu)
stringio (3.1.2)
tailwindcss-rails (4.0.0)
stringio (3.1.4)
tailwindcss-rails (4.1.0)
railties (>= 7.0.0)
tailwindcss-ruby (~> 4.0)
tailwindcss-ruby (4.0.3-x86_64-darwin)
tailwindcss-ruby (4.0.3-x86_64-linux-gnu)
tailwindcss-ruby (4.0.7-x86_64-darwin)
tailwindcss-ruby (4.0.7-x86_64-linux-gnu)
thor (1.3.2)
timeout (0.4.3)
tzinfo (2.0.6)
Expand All @@ -441,7 +441,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
zeitwerk (2.7.2)

PLATFORMS
x86_64-darwin-21
Expand All @@ -460,7 +460,7 @@ DEPENDENCIES
simplecov-cobertura
sprockets-rails
sqlite3 (~> 2.5)
tailwindcss-rails (~> 4.0)
tailwindcss-rails (~> 4.1)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 20accf8

Please sign in to comment.