Skip to content

Commit c4145f7

Browse files
Update dependency rails to v8
1 parent 7976ab3 commit c4145f7

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 @@ ruby "~> 3.1.4"
66
plugin 'bundler-inject'
77
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
88

9-
gem 'rails', '~> 7.0.8', '>= 7.0.8.7'
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 7.0, and rails-core doesn't
1111
# plan to ship a new 7.0 to fix it. See https://github.com/rails/rails/pull/54264
1212

0 commit comments

Comments
 (0)