Skip to content

Commit

Permalink
Update dependency rails to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent fd8b677 commit c12b6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
plugin 'bundler-inject'
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil

gem 'rails', '~> 6.1.0', '>= 6.1.7.8'
gem 'rails', '~> 8.0.0', '>= 8.0.0'

# Use PostgreSQL as the database for Active Record
gem 'pg'
Expand Down

0 comments on commit c12b6d1

Please sign in to comment.