gem 'extracted_library', :path => './vendor/extracted_library'
If you would like to use an unpacked gem directly from the filesystem, simply set the :path option to the path containing the the gem’s files.
unpack ほどく中身を出す
gem 'extracted_library', :path => './vendor/extracted_library'
If you would like to use an unpacked gem directly from the filesystem, simply set the :path option to the path containing the the gem’s files.
unpack ほどく中身を出す