We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fd19e commit a08182eCopy full SHA for a08182e
Gemfile
@@ -6,7 +6,7 @@ raise "Ruby 3.1 required" unless RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2"
6
plugin 'bundler-inject'
7
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
8
9
-gem 'rails', '~> 6.1.0', '>= 6.1.7.10'
+gem 'rails', '~> 8.0.0', '>= 8.0.1'
10
gem 'concurrent-ruby', '< 1.3.5' # Temporary pin down as concurrent-ruby 1.3.5 breaks Rails 6.1 & 7.0, and rails-core doesn't
11
# plan to ship a new 6.1 or 7.0 to fix it. See https://github.com/rails/rails/pull/54264
12
0 commit comments