Skip to content

Commit

Permalink
Update git source to use https instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmhaig committed Sep 27, 2023
1 parent 99d0775 commit ef828b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gemfiles/activerecord_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

source 'https://rubygems.org'

git 'git://github.com/rails/arel.git' do
git 'https://github.com/rails/arel.git' do
gem 'arel'
end

git 'git://github.com/rails/rails.git', branch: 'main' do
git 'https://github.com/rails/rails.git', branch: 'main' do
gem 'activerecord'
end

Expand Down
6 changes: 3 additions & 3 deletions gemfiles/jruby_activerecord_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

source 'https://rubygems.org'

git 'git://github.com/rails/arel.git' do
git 'https://github.com/rails/arel.git' do
gem 'arel'
end

git 'git://github.com/rails/rails.git', branch: 'main' do
git 'https://github.com/rails/rails.git', branch: 'main' do
gem 'activerecord'
end

group :development, :test do
git 'git://github.com/jruby/activerecord-jdbc-adapter' do
git 'https://github.com/jruby/activerecord-jdbc-adapter' do
gem 'activerecord-jdbc-adapter'
gem 'activerecord-jdbcsqlite3-adapter',
glob: 'activerecord-jdbcsqlite3-adapter/activerecord-jdbcsqlite3-adapter.gemspec'
Expand Down

0 comments on commit ef828b2

Please sign in to comment.