Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #84 from mechamogera/gemfileSource
Browse files Browse the repository at this point in the history
changed Gemfile's source to https
  • Loading branch information
hsbt committed Jun 24, 2013
2 parents 8df181c + 87b49f6 commit b2f1e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-tools/jpi/lib/jenkins/plugin/cli/templates/Gemfile.tt
@@ -1,3 +1,3 @@
source :rubygems
source 'https://rubygems.org'

gem "jenkins-plugin-runtime", "~> <%= Jenkins::Plugin::RUNTIME_VERSION_DEPENDENCY %>"

0 comments on commit b2f1e83

Please sign in to comment.