Skip to content

Commit 125512d

Browse files
authored
[PRODSEC-8543] Deprecate Gem-proxy.chime.com (#31)
1 parent 6eb00ba commit 125512d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source "https://gem-proxy.chime.com"
1+
source "https://rubygems.org"
22

33
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
44

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
mysql2
88

99
GEM
10-
remote: https://gem-proxy.chime.com/
10+
remote: https://rubygems.org/
1111
specs:
1212
activemodel (6.1.7.6)
1313
activesupport (= 6.1.7.6)

gemfiles/rails_5.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal
22

3-
source "https://gem-proxy.chime.com"
3+
source "https://rubygems.org"
44

55
gem "rails", "~> 5.1.0"
66

gemfiles/rails_5.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal
22

3-
source "https://gem-proxy.chime.com"
3+
source "https://rubygems.org"
44

55
gem "rails", "~> 5.2.0"
66

gemfiles/rails_6.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal
22

3-
source "https://gem-proxy.chime.com"
3+
source "https://rubygems.org"
44

55
gem "rails", "~> 6.0.0"
66

gemfiles/rails_6.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal
22

3-
source "https://gem-proxy.chime.com"
3+
source "https://rubygems.org"
44

55
gem "rails", "~> 6.1.0"
66

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was generated by Appraisal
22

3-
source "https://gem-proxy.chime.com"
3+
source "https://rubygems.org"
44

55
gem "rails", "~> 7.0.0"
66

0 commit comments

Comments
 (0)