Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit edfcc4b

Browse files
committed
Use name_of_person from GitHub which includes the version check
1 parent 4521c5e commit edfcc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def add_gems
5151
add_gem 'friendly_id', '~> 5.4'
5252
add_gem 'jsbundling-rails'
5353
add_gem 'madmin'
54-
add_gem 'name_of_person', '~> 1.1'
54+
add_gem 'name_of_person', github: "basecamp/name_of_person" # '~> 1.1'
5555
add_gem 'noticed', '~> 2.0'
5656
add_gem 'omniauth-facebook', '~> 8.0'
5757
add_gem 'omniauth-github', '~> 2.0'

0 commit comments

Comments
 (0)