Skip to content

Commit

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

chore(deps): bump tailwindcss-rails from 3.0.0 to 3.1.0
  • Loading branch information
thomasrockhu-codecov authored Jan 1, 2025
2 parents dcad918 + 34a6a76 commit 643ab6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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", "~> 3.0"
gem "tailwindcss-rails", "~> 3.1"

gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
uri (>= 0.13.1)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
builder (3.3.0)
codecov_opentelem (0.1.7)
concurrent-ruby (1.3.4)
Expand All @@ -87,7 +87,7 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
erubi (1.13.0)
erubi (1.13.1)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.29.1-x86_64-darwin)
Expand All @@ -101,10 +101,10 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
irb (1.14.2)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
logger (1.6.3)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -126,9 +126,9 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.4)
nokogiri (1.17.2-x86_64-darwin)
nokogiri (1.18.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.17.2-x86_64-linux)
nokogiri (1.18.1-x86_64-linux-gnu)
racc (~> 1.4)
opentelemetry-api (1.4.0)
opentelemetry-common (0.21.0)
Expand Down Expand Up @@ -330,7 +330,7 @@ GEM
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.10.1)
opentelemetry-api (~> 1.0)
psych (5.2.1)
psych (5.2.2)
date
stringio
puma (6.5.0)
Expand All @@ -339,7 +339,7 @@ GEM
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -373,9 +373,9 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.2.1)
rdoc (6.9.1)
rdoc (6.10.0)
psych (>= 4.0.0)
reline (0.5.12)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.3.9)
rspec-core (3.13.2)
Expand Down Expand Up @@ -415,11 +415,11 @@ GEM
sqlite3 (2.4.1-x86_64-darwin)
sqlite3 (2.4.1-x86_64-linux-gnu)
stringio (3.1.2)
tailwindcss-rails (3.0.0)
tailwindcss-rails (3.1.0)
railties (>= 7.0.0)
tailwindcss-ruby
tailwindcss-ruby (3.4.14-x86_64-darwin)
tailwindcss-ruby (3.4.14-x86_64-linux)
tailwindcss-ruby (3.4.17-x86_64-darwin)
tailwindcss-ruby (3.4.17-x86_64-linux)
thor (1.3.2)
timeout (0.4.3)
tzinfo (2.0.6)
Expand Down Expand Up @@ -448,7 +448,7 @@ DEPENDENCIES
simplecov-cobertura
sprockets-rails
sqlite3 (~> 2.4)
tailwindcss-rails (~> 3.0)
tailwindcss-rails (~> 3.1)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 643ab6c

Please sign in to comment.