Skip to content

Commit 29f50e2

Browse files
committed
puppet_forge: fix gem name
1 parent 1af0709 commit 29f50e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ gem 'syslog', '~> 0.3' if RUBY_VERSION >= '3.4'
5858

5959
gem 'puppet_metadata', '>= 5.3', '< 7'
6060

61-
# test forge_ruby branch until it's released
62-
gem 'forge_ruby', github: 'puppetlabs/forge-ruby', branch: 'main'
61+
# test puppet_forge branch until it's released
62+
gem 'puppet_forge', github: 'puppetlabs/forge-ruby', branch: 'main'

0 commit comments

Comments
 (0)