diff --git a/Gemfile b/Gemfile index cbeeec4..d12ff55 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :development do end -gem "tailwindcss-rails", "~> 2.5" +gem "tailwindcss-rails", "~> 2.6" gem 'opentelemetry-sdk' gem 'opentelemetry-exporter-otlp' diff --git a/Gemfile.lock b/Gemfile.lock index 9b2d4b8..eaf8d24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,8 +99,8 @@ GEM i18n (1.14.4) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.12.0) - rdoc + irb (1.13.1) + rdoc (>= 4.0.0) reline (>= 0.4.2) loofah (2.22.0) crass (~> 1.0.2) @@ -377,7 +377,7 @@ GEM rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) - reline (0.5.3) + reline (0.5.5) io-console (~> 0.5) rexml (3.2.5) rspec-core (3.13.0) @@ -417,10 +417,10 @@ GEM sqlite3 (1.7.3-x86_64-darwin) sqlite3 (1.7.3-x86_64-linux) stringio (3.1.0) - tailwindcss-rails (2.5.0-x86_64-darwin) - railties (>= 6.0.0) - tailwindcss-rails (2.5.0-x86_64-linux) - railties (>= 6.0.0) + tailwindcss-rails (2.6.0-x86_64-darwin) + railties (>= 7.0.0) + tailwindcss-rails (2.6.0-x86_64-linux) + railties (>= 7.0.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) @@ -448,7 +448,7 @@ DEPENDENCIES simplecov-cobertura sprockets-rails sqlite3 (~> 1.7) - tailwindcss-rails (~> 2.5) + tailwindcss-rails (~> 2.6) tzinfo-data RUBY VERSION