We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9393db commit 556875bCopy full SHA for 556875b
api/Gemfile
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
4
ruby '3.3.5'
5
6
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7
-gem 'rails', '~> 7.2.2'
+gem 'rails', '~> 7.2.2', '>= 7.2.2.1'
8
9
# Use mysql as the database for Active Record
10
gem 'mysql2', '~> 0.5', '>= 0.5.6'
api/Gemfile.lock
@@ -329,7 +329,7 @@ DEPENDENCIES
329
mysql2 (~> 0.5, >= 0.5.6)
330
puma (~> 6.4, >= 6.4.3)
331
rack-cors
332
- rails (~> 7.2.2)
+ rails (~> 7.2.2, >= 7.2.2.1)
333
rubocop-minitest (~> 0.36.0)
334
rubocop-rails (~> 2.30, >= 2.30.3)
335
rubyzip (~> 2.3, >= 2.3.2)
0 commit comments