Skip to content

Commit

Permalink
Use secure protocol when running bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Apr 13, 2017
1 parent d63e106 commit 6b1bf8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
source 'https://rubygems.org'

git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
"https://github.com/#{repo_name}.git"
end

gemspec

gem 'rails', github: 'rails/rails'
gem 'rails', github: 'rails'
gem 'sqlite3', platforms: [:ruby]
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
gem 'activerecord-import'
Expand Down

0 comments on commit 6b1bf8a

Please sign in to comment.