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 42d9896 commit b01b769Copy full SHA for b01b769
Gemfile
@@ -7,7 +7,6 @@ if ENV["RAILS_VERSION"] == "edge"
7
gem "activesupport", github: "rails/rails", branch: "main"
8
elsif ENV['RAILS_VERSION'] == "7.0"
9
gem "activesupport", ">= 7.0.0.alpha"
10
- ">= 7.0.0.alpha"
11
elsif ENV["RAILS_VERSION"]
12
gem "activesupport", "~> #{ENV["RAILS_VERSION"]}.0"
13
end
0 commit comments