Skip to content

Commit 556875b

Browse files
Update dependency rails to '~> 7.2.2', '>= 7.2.2.1'
1 parent b9393db commit 556875b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '3.3.5'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem 'rails', '~> 7.2.2'
7+
gem 'rails', '~> 7.2.2', '>= 7.2.2.1'
88

99
# Use mysql as the database for Active Record
1010
gem 'mysql2', '~> 0.5', '>= 0.5.6'

api/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ DEPENDENCIES
329329
mysql2 (~> 0.5, >= 0.5.6)
330330
puma (~> 6.4, >= 6.4.3)
331331
rack-cors
332-
rails (~> 7.2.2)
332+
rails (~> 7.2.2, >= 7.2.2.1)
333333
rubocop-minitest (~> 0.36.0)
334334
rubocop-rails (~> 2.30, >= 2.30.3)
335335
rubyzip (~> 2.3, >= 2.3.2)

0 commit comments

Comments
 (0)