Skip to content

Commit c12b6d1

Browse files
Update dependency rails to v8
1 parent fd8b677 commit c12b6d1

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
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
plugin 'bundler-inject'
44
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
55

6-
gem 'rails', '~> 6.1.0', '>= 6.1.7.8'
6+
gem 'rails', '~> 8.0.0', '>= 8.0.0'
77

88
# Use PostgreSQL as the database for Active Record
99
gem 'pg'

0 commit comments

Comments
 (0)