Skip to content

Commit b01b769

Browse files
authored
Update Gemfile
1 parent 42d9896 commit b01b769

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if ENV["RAILS_VERSION"] == "edge"
77
gem "activesupport", github: "rails/rails", branch: "main"
88
elsif ENV['RAILS_VERSION'] == "7.0"
99
gem "activesupport", ">= 7.0.0.alpha"
10-
">= 7.0.0.alpha"
1110
elsif ENV["RAILS_VERSION"]
1211
gem "activesupport", "~> #{ENV["RAILS_VERSION"]}.0"
1312
end

0 commit comments

Comments
 (0)