Skip to content

Commit

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

chore(deps): bump tailwindcss-rails from 2.4.0 to 2.5.0
  • Loading branch information
thomasrockhu-codecov committed Apr 29, 2024
2 parents aff340d + f04c759 commit 07f12f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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", "~> 2.4"
gem "tailwindcss-rails", "~> 2.5"

gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.3-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
opentelemetry-api (1.2.5)
opentelemetry-common (0.20.1)
Expand Down Expand Up @@ -377,7 +377,7 @@ GEM
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
reline (0.5.0)
reline (0.5.3)
io-console (~> 0.5)
rexml (3.2.5)
rspec-core (3.13.0)
Expand Down Expand Up @@ -417,9 +417,9 @@ GEM
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
stringio (3.1.0)
tailwindcss-rails (2.4.0-x86_64-darwin)
tailwindcss-rails (2.5.0-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.4.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 @@ -448,7 +448,7 @@ DEPENDENCIES
simplecov-cobertura
sprockets-rails
sqlite3 (~> 1.7)
tailwindcss-rails (~> 2.4)
tailwindcss-rails (~> 2.5)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 07f12f8

Please sign in to comment.