Skip to content

Commit

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

chore(deps): bump tailwindcss-rails from 2.0.33 to 2.1.0
  • Loading branch information
thomasrockhu-codecov authored Dec 20, 2023
2 parents ff7a929 + 1ec5b19 commit c19bd88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.0"
gem "tailwindcss-rails", "~> 2.1"

gem 'opentelemetry-sdk'
gem 'opentelemetry-exporter-otlp'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
builder (3.2.4)
codecov_opentelem (0.1.7)
concurrent-ruby (1.2.2)
Expand All @@ -99,8 +99,8 @@ GEM
google-protobuf (~> 3.18)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.10.1)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
loofah (2.22.0)
Expand Down Expand Up @@ -323,7 +323,7 @@ GEM
opentelemetry-semantic_conventions
opentelemetry-semantic_conventions (1.10.0)
opentelemetry-api (~> 1.0)
psych (5.1.1.1)
psych (5.1.2)
stringio
puma (6.4.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -366,7 +366,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.1.0)
rdoc (6.6.1)
rdoc (6.6.2)
psych (>= 4.0.0)
reline (0.4.1)
io-console (~> 0.5)
Expand Down Expand Up @@ -408,9 +408,9 @@ GEM
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
stringio (3.1.0)
tailwindcss-rails (2.0.33-x86_64-darwin)
tailwindcss-rails (2.1.0-x86_64-darwin)
railties (>= 6.0.0)
tailwindcss-rails (2.0.33-x86_64-linux)
tailwindcss-rails (2.1.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.6)
tailwindcss-rails (~> 2.0)
tailwindcss-rails (~> 2.1)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit c19bd88

Please sign in to comment.