Skip to content

Commit a08182e

Browse files
Update dependency rails to v8
1 parent 64fd19e commit a08182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ raise "Ruby 3.1 required" unless RUBY_VERSION >= "3.1" && RUBY_VERSION < "3.2"
66
plugin 'bundler-inject'
77
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
88

9-
gem 'rails', '~> 6.1.0', '>= 6.1.7.10'
9+
gem 'rails', '~> 8.0.0', '>= 8.0.1'
1010
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
1111
# plan to ship a new 6.1 or 7.0 to fix it. See https://github.com/rails/rails/pull/54264
1212

0 commit comments

Comments
 (0)