Skip to content

Commit 4a3f312

Browse files
committed
Bump support to Rails < 8.2
1 parent 3b58db7 commit 4a3f312

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
view_component (4.0.2)
5-
activesupport (>= 7.1.0, < 8.1)
5+
activesupport (>= 7.1.0, < 8.2)
66
concurrent-ruby (~> 1)
77

88
GEM

gemfiles/rails_7.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group :development, :test do
3434
gem "slim", "~> 5"
3535
gem "sprockets-rails", "~> 3"
3636
gem "standard", "~> 1"
37-
gem "tailwindcss-rails", "~> 2"
37+
gem "tailwindcss-rails", "~> 4"
3838
gem "turbo-rails", "~> 1"
3939
gem "warning"
4040
gem "yard-activesupport-concern", "< 1"

gemfiles/rails_7.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group :development, :test do
3434
gem "slim", "~> 5"
3535
gem "sprockets-rails", "~> 3"
3636
gem "standard", "~> 1"
37-
gem "tailwindcss-rails", "~> 2"
37+
gem "tailwindcss-rails", "~> 4"
3838
gem "turbo-rails", "~> 2"
3939
gem "warning"
4040
gem "yard-activesupport-concern", "< 1"

gemfiles/rails_8.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group :development, :test do
3434
gem "slim", "~> 5"
3535
gem "sprockets-rails", "~> 3"
3636
gem "standard", "~> 1"
37-
gem "tailwindcss-rails", "~> 2"
37+
gem "tailwindcss-rails", "~> 4"
3838
gem "turbo-rails", "~> 2"
3939
gem "warning"
4040
gem "yard-activesupport-concern", "< 1"

gemfiles/rails_main.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ group :development, :test do
3535
gem "slim", "~> 5"
3636
gem "sprockets-rails", "~> 3"
3737
gem "standard", "~> 1"
38-
gem "tailwindcss-rails", "~> 2"
38+
gem "tailwindcss-rails", "~> 4"
3939
gem "turbo-rails", "~> 2"
4040
gem "warning"
4141
gem "yard-activesupport-concern", "< 1"

view_component.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
3232

3333
spec.required_ruby_version = ">= 3.2.0"
3434

35-
spec.add_runtime_dependency "activesupport", [">= 7.1.0", "< 8.1"]
35+
spec.add_runtime_dependency "activesupport", [">= 7.1.0", "< 8.2"]
3636
spec.add_runtime_dependency "concurrent-ruby", "~> 1"
3737
end

0 commit comments

Comments
 (0)