Skip to content

Commit

Permalink
Use name_of_person from GitHub which includes the version check
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 30, 2024
1 parent 4521c5e commit edfcc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.rb
Expand Up @@ -51,7 +51,7 @@ def add_gems
add_gem 'friendly_id', '~> 5.4'
add_gem 'jsbundling-rails'
add_gem 'madmin'
add_gem 'name_of_person', '~> 1.1'
add_gem 'name_of_person', github: "basecamp/name_of_person" # '~> 1.1'
add_gem 'noticed', '~> 2.0'
add_gem 'omniauth-facebook', '~> 8.0'
add_gem 'omniauth-github', '~> 2.0'
Expand Down

0 comments on commit edfcc4b

Please sign in to comment.