bundle update

This commit is contained in:
Ryan W
2022-02-21 13:04:05 -08:00
parent 3d34c7a845
commit e40dadff98
2 changed files with 8 additions and 9 deletions
+2 -3
View File
@@ -6,11 +6,10 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.1.1"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.0"
# gem "rails", github: "rails/rails", branch: "7-0-stable"
gem "rails", "~> 7.0.2", ">= 7.0.2.2"
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails", ">= 3.4.1"
gem "sprockets-rails"
# Use postgresql as the database for Active Record
gem "pg", "~> 1.3"