Skip to content

Commit

Permalink
change allowed_push_host in gemspec
Browse files Browse the repository at this point in the history
this is no longer private, so the url no longer applies; this should be rubygems
  • Loading branch information
argvniyx-enroute committed Mar 22, 2024
1 parent aa1da89 commit b8e9b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion with_transactional_lock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.summary = "Transactional advisory locks for ActiveRecord"
s.description = "Advisory locking support for MySQL and Postgresql done right."
s.license = "MIT"
s.metadata['allowed_push_host'] = 'https://rubygems.pkg.github.com/betterment'
s.metadata['allowed_push_host'] = 'https://rubygems.org'
s.metadata['rubygems_mfa_required'] = 'true' # in case we ever use rubygems

s.files = Dir["lib/**/*", "LICENSE", "Rakefile", "README.md"]
Expand Down

0 comments on commit b8e9b3c

Please sign in to comment.