mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
Remove local path from Gemfile
This commit is contained in:
parent
02a15d131c
commit
b503e0c74b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
**/*/tmp
|
**/*/tmp
|
||||||
**/*/log
|
**/*/log
|
||||||
**/*/*.gem
|
**/*/*.gem
|
||||||
|
**.*/*.sqlite
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@ -25,5 +25,5 @@ group :test do
|
|||||||
gem 'test-unit'
|
gem 'test-unit'
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
gem 'generator_spec'
|
gem 'generator_spec'
|
||||||
gem 'rswag-specs', path: '~/src/rswag/rswag-specs'
|
gem 'rswag-specs', path: './rswag-specs'
|
||||||
end
|
end
|
||||||
|
|||||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user