Move dependencies to direcotry "/gems/"
This commit is contained in:
parent
80953815da
commit
99dc05187e
54 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
AllCops:
|
||||
DisplayCopNames: true
|
||||
Exclude:
|
||||
- 'devtools/**/*'
|
||||
- 'gems/**/*'
|
||||
- 'test_app/**/*'
|
||||
- 'tmp/**/*'
|
||||
- 'vendor/**/*'
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -4,6 +4,6 @@ source 'https://rubygems.org'
|
|||
|
||||
gemspec name: 'mutant'
|
||||
|
||||
gem 'devtools', path: 'devtools'
|
||||
gem 'devtools', path: 'gems/devtools'
|
||||
|
||||
eval_gemfile File.expand_path('Gemfile.shared', __dir__)
|
||||
|
|
|
@ -21,7 +21,7 @@ PATH
|
|||
rspec-core (>= 3.4.0, < 4.0.0)
|
||||
|
||||
PATH
|
||||
remote: devtools
|
||||
remote: gems/devtools
|
||||
specs:
|
||||
devtools (0.1.22)
|
||||
abstract_type (~> 0.0.7)
|
||||
|
|
Loading…
Reference in a new issue