Skip to content

Commit b5ba99d

Browse files
committed
appease appraisal
1 parent 207c8ca commit b5ba99d

File tree

8 files changed

+470
-14
lines changed

8 files changed

+470
-14
lines changed

Appraisals

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# frozen_string_literal: true
22

33
appraise "rails-7.1" do
4-
ruby "~> 3.2.0"
5-
64
gem "rails", "~> 7.1.0"
75

86
group :development, :test do
@@ -12,8 +10,6 @@ appraise "rails-7.1" do
1210
end
1311

1412
appraise "rails-7.2" do
15-
ruby "~> 3.3.0"
16-
1713
gem "rails", "~> 7.2.0"
1814

1915
group :development, :test do
@@ -23,8 +19,6 @@ appraise "rails-7.2" do
2319
end
2420

2521
appraise "rails-8.0" do
26-
ruby "~> 3.4.0"
27-
2822
gem "rails", "~> 8.0.0"
2923

3024
group :development, :test do

gemfiles/rails_7.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "~> 3.2.0"
5+
ruby "~> 3.4"
66

77
gem "rails", "~> 7.1.0"
88

gemfiles/rails_7.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.0.0)
4+
view_component (4.0.1)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

@@ -444,7 +444,7 @@ DEPENDENCIES
444444
yard-activesupport-concern (< 1)
445445

446446
RUBY VERSION
447-
ruby 3.2.8p263
447+
ruby 3.4.3p32
448448

449449
BUNDLED WITH
450450
2.6.2

gemfiles/rails_7.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "~> 3.3.0"
5+
ruby "~> 3.4"
66

77
gem "rails", "~> 7.2.0"
88

gemfiles/rails_7.2.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.0.0)
4+
view_component (4.0.1)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

@@ -437,7 +437,7 @@ DEPENDENCIES
437437
yard-activesupport-concern (< 1)
438438

439439
RUBY VERSION
440-
ruby 3.3.8p144
440+
ruby 3.4.3p32
441441

442442
BUNDLED WITH
443443
2.6.9

gemfiles/rails_8.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "~> 3.4.0"
5+
ruby "~> 3.4"
66

77
gem "rails", "~> 8.0.0"
88

gemfiles/rails_8.0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
view_component (4.0.0)
4+
view_component (4.0.1)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

0 commit comments

Comments
 (0)