Skip to content

Commit

Permalink
Merge pull request #4 from 1debit/takedown-gemfury-1
Browse files Browse the repository at this point in the history
[PRODSEC-8543] Deprecate Gem-proxy.chime.com
  • Loading branch information
mazen160 authored Sep 5, 2023
2 parents 9e5eb78 + da07002 commit e97fe12
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

# Specify your gem's dependencies in rails-properties.gemspec
gemspec
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-3-1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 3.1.12'

Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-3-2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 3.2.22'

Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-4-0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 4.0.13'
gem 'protected_attributes' if ENV['PROTECTED_ATTRIBUTES'] == 'true'
Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-4-1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 4.1.10'
gem 'protected_attributes' if ENV['PROTECTED_ATTRIBUTES'] == 'true'
Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-4-2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 4.2.1'
gem 'protected_attributes' if ENV['PROTECTED_ATTRIBUTES'] == 'true'
Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-5-0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 5.0.0'

Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-5-1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 5.1.0'

Expand Down
2 changes: 1 addition & 1 deletion ci/Gemfile-rails-5-2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://gem-proxy.chime.com'
source 'https://rubygems.org'

gem 'activerecord', '~> 5.2.0.rc1'

Expand Down

0 comments on commit e97fe12

Please sign in to comment.