Skip to content

Commit 8884c77

Browse files
committed
Cosmetic change: Pin rails gem version to v7.1.5.1
1 parent c2fccb2 commit 8884c77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'bootsnap'
55
gem 'pg'
66
gem 'puma'
77
gem 'puma_worker_killer'
8-
gem 'rails', '~> 7.1.0'
8+
gem 'rails', '~> 7.1.5'
99

1010
gem 'coffee-rails'
1111
gem 'jbuilder'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ DEPENDENCIES
594594
rack-host-redirect
595595
rack-mini-profiler
596596
rack-user_agent
597-
rails (~> 7.1.0)
597+
rails (~> 7.1.5)
598598
rails-controller-testing
599599
rails-html-sanitizer
600600
rake

0 commit comments

Comments
 (0)