We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4c2cd commit 76c84e4Copy full SHA for 76c84e4
Appraisals
@@ -4,6 +4,10 @@ appraise "rails-7" do
4
gem "rails", "~> 7"
5
end
6
7
+appraise "rails-8" do
8
+ gem "rails", "~> 8"
9
+end
10
+
11
if RUBY_VERSION >= "3.1.0"
12
appraise "rails-edge" do
13
gem "rails", github: "rails/rails"
Gemfile
@@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec
-gem "phlex", github: "phlex-ruby/phlex", branch: "1"
+gem "phlex", github: "phlex-ruby/phlex", branch: "v1"
gem "rubocop"
gem "solargraph"
gem "view_component"
0 commit comments