Skip to content

Commit 977cc5f

Browse files
committed
resolve security warnings on current bundler
1 parent 879fa15 commit 977cc5f

7 files changed

+7
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
23
gemspec
34

45
gem 'actionpack', github: 'rails/rails', branch: 'master'

gemfiles/Gemfile.rails-5.0.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
23
gemspec path: '..'
34

45
gem 'actionpack', '~> 5.0.0'

gemfiles/Gemfile.rails-5.0.x.sprockets-4.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
23
gemspec path: '..'
34

45
gem 'actionpack', '~> 5.0.0'

gemfiles/Gemfile.rails-5.1.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
23
gemspec path: '..'
34

45
gem 'actionpack', '~> 5.1.0'

gemfiles/Gemfile.rails-5.1.x.sprockets-4.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
23
gemspec path: '..'
34

45
gem 'actionpack', '~> 5.1.0'

gemfiles/Gemfile.rails-5.2.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
23
gemspec path: '..'
34

45
gem 'actionpack', '~> 5.2.0'

gemfiles/Gemfile.rails-5.2.x.sprockets-4.x

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
source 'https://rubygems.org'
2+
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
23
gemspec path: '..'
34

45
gem 'actionpack', '~> 5.2.0'

0 commit comments

Comments
 (0)