Skip to content

Commit

Permalink
Use https source rather than gemcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
larsch committed Mar 14, 2020
1 parent d1c0285 commit 3164eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/bundlerusage/Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source :gemcutter
gem 'rake'
source "https://rubygems.org"
gem "rake"

0 comments on commit 3164eb4

Please sign in to comment.