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:
|
AllCops:
|
||||||
DisplayCopNames: true
|
DisplayCopNames: true
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'devtools/**/*'
|
- 'gems/**/*'
|
||||||
- 'test_app/**/*'
|
- 'test_app/**/*'
|
||||||
- 'tmp/**/*'
|
- 'tmp/**/*'
|
||||||
- 'vendor/**/*'
|
- 'vendor/**/*'
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -4,6 +4,6 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec name: 'mutant'
|
gemspec name: 'mutant'
|
||||||
|
|
||||||
gem 'devtools', path: 'devtools'
|
gem 'devtools', path: 'gems/devtools'
|
||||||
|
|
||||||
eval_gemfile File.expand_path('Gemfile.shared', __dir__)
|
eval_gemfile File.expand_path('Gemfile.shared', __dir__)
|
||||||
|
|
|
@ -21,7 +21,7 @@ PATH
|
||||||
rspec-core (>= 3.4.0, < 4.0.0)
|
rspec-core (>= 3.4.0, < 4.0.0)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: devtools
|
remote: gems/devtools
|
||||||
specs:
|
specs:
|
||||||
devtools (0.1.22)
|
devtools (0.1.22)
|
||||||
abstract_type (~> 0.0.7)
|
abstract_type (~> 0.0.7)
|
||||||
|
|
Loading…
Reference in a new issue