Skip to content

Commit 76c84e4

Browse files
committed
Update appraisals
1 parent bf4c2cd commit 76c84e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Appraisals

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ appraise "rails-7" do
44
gem "rails", "~> 7"
55
end
66

7+
appraise "rails-8" do
8+
gem "rails", "~> 8"
9+
end
10+
711
if RUBY_VERSION >= "3.1.0"
812
appraise "rails-edge" do
913
gem "rails", github: "rails/rails"

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
gemspec
77

8-
gem "phlex", github: "phlex-ruby/phlex", branch: "1"
8+
gem "phlex", github: "phlex-ruby/phlex", branch: "v1"
99
gem "rubocop"
1010
gem "solargraph"
1111
gem "view_component"

0 commit comments

Comments
 (0)