Skip to content

Commit

Permalink
Explicitly use https as github-sourced gems' protocol (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Mar 17, 2022
1 parent 30d6500 commit 1e71de0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions sentry-delayed_job/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
git_source(:github) { |name| "https://github.com/#{name}.git" }

# Specify your gem's dependencies in sentry-ruby.gemspec
gemspec
Expand Down
1 change: 1 addition & 0 deletions sentry-rails/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
git_source(:github) { |name| "https://github.com/#{name}.git" }

# Specify your gem's dependencies in sentry-ruby.gemspec
gemspec
Expand Down
1 change: 1 addition & 0 deletions sentry-raven/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org/"
git_source(:github) { |name| "https://github.com/#{name}.git" }

gemspec

Expand Down
1 change: 1 addition & 0 deletions sentry-resque/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
git_source(:github) { |name| "https://github.com/#{name}.git" }

# Specify your gem's dependencies in sentry-ruby.gemspec
gemspec
Expand Down
1 change: 1 addition & 0 deletions sentry-ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
git_source(:github) { |name| "https://github.com/#{name}.git" }

gem "sentry-ruby-core", path: "./"
gem "sentry-ruby", path: "./"
Expand Down
1 change: 1 addition & 0 deletions sentry-sidekiq/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
git_source(:github) { |name| "https://github.com/#{name}.git" }

# Specify your gem's dependencies in sentry-ruby.gemspec
gemspec
Expand Down

0 comments on commit 1e71de0

Please sign in to comment.