We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8b677 commit c12b6d1Copy full SHA for c12b6d1
Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
plugin 'bundler-inject'
4
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
5
6
-gem 'rails', '~> 6.1.0', '>= 6.1.7.8'
+gem 'rails', '~> 8.0.0', '>= 8.0.0'
7
8
# Use PostgreSQL as the database for Active Record
9
gem 'pg'
0 commit comments