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 0a52d02 commit 806cce8Copy full SHA for 806cce8
Gemfile
@@ -8,7 +8,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
8
gemspec
9
10
ruby_version = Gem::Version.new(RUBY_VERSION)
11
-rails_version = ENV.fetch("RAILS_VERSION") == "edge" ? Gem::Version.new("8.2") : Gem::Version.new(ENV.fetch("RAILS_VERSION"))
+rails_version = ENV.fetch("RAILS_VERSION", "edge") == "edge" ? Gem::Version.new("8.2") : Gem::Version.new(ENV.fetch("RAILS_VERSION"))
12
13
if ruby_version >= Gem::Version.new("3.2") && rails_version >= Gem::Version.new("7.1")
14
sidekiq_version = ">= 8.0.9" # Fixes incompatibility with connection_pool >= 3.0.0, but is not compatible with Rails 7.0
0 commit comments