Move dependencies to direcotry "/gems/"

This commit is contained in:
Alex Kotov 2021-01-17 06:58:41 +05:00
parent 80953815da
commit 99dc05187e
54 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
AllCops: AllCops:
DisplayCopNames: true DisplayCopNames: true
Exclude: Exclude:
- 'devtools/**/*' - 'gems/**/*'
- 'test_app/**/*' - 'test_app/**/*'
- 'tmp/**/*' - 'tmp/**/*'
- 'vendor/**/*' - 'vendor/**/*'

View file

@ -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__)

View file

@ -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)