Skip to content

Commit

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

chore(deps): bump tailwindcss-rails from 2.1.0 to 2.2.0
  • Loading branch information
thomasrockhu-codecov authored Jan 5, 2024
2 parents 736a9c9 + 1cac3b4 commit 56219f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.1"
gem "tailwindcss-rails", "~> 2.2"

gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ GEM
net-smtp (0.4.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
opentelemetry-api (1.2.3)
opentelemetry-common (0.20.0)
Expand Down Expand Up @@ -408,9 +408,9 @@ GEM
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
stringio (3.1.0)
tailwindcss-rails (2.1.0-x86_64-darwin)
tailwindcss-rails (2.2.0-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.1.0-x86_64-linux)
tailwindcss-rails (2.2.0-x86_64-linux)
railties (>= 6.0.0)
thor (1.3.0)
timeout (0.4.1)
Expand Down Expand Up @@ -439,7 +439,7 @@ DEPENDENCIES
simplecov-cobertura
sprockets-rails
sqlite3 (~> 1.7)
tailwindcss-rails (~> 2.1)
tailwindcss-rails (~> 2.2)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit 56219f0

Please sign in to comment.