-
- Downloads
Move to gitsubmodules for dtu-core dependencies
.gitmodules
0 → 100644
... | @@ -6,7 +6,7 @@ gem 'activemodel', '~> 5.1.2' | ... | @@ -6,7 +6,7 @@ gem 'activemodel', '~> 5.1.2' |
gem 'awesome_print'#, '~> 1.6', '>= 1.6.1' | gem 'awesome_print'#, '~> 1.6', '>= 1.6.1' | ||
gem 'dtu-auth2', :path => '../dtu-core/dtu-auth2' | gem 'dtu-auth2', :path => './deps/dtu-core/dtu-auth2' | ||
gem 'activesupport', '~> 5.1.2' | gem 'activesupport', '~> 5.1.2' | ||
... | ... |
Please register or sign in to comment