Use inflecto instead of mbj-inflector
Doing this also for master branch, so checkouts bundle here also. Was fixed on development aready, so I did not notice. Sorry about that.
This commit is contained in:
parent
b1374d7ec4
commit
c594c598de
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ module Mutant
|
|||
# @api private
|
||||
#
|
||||
def base_path
|
||||
"spec/unit/#{Inflector.underscore(mutation.subject.context.scope.name)}#{scope_append}"
|
||||
"spec/unit/#{Inflecto.underscore(mutation.subject.context.scope.name)}#{scope_append}"
|
||||
end
|
||||
memoize :base_path
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
|
|||
gem.add_runtime_dependency('descendants_tracker', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('backports', '~> 2.7.0')
|
||||
gem.add_runtime_dependency('adamantium', '~> 0.0.5')
|
||||
gem.add_runtime_dependency('mbj-inflector', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('inflecto', '~> 0.0.2')
|
||||
gem.add_runtime_dependency('equalizer', '~> 0.0.1')
|
||||
gem.add_runtime_dependency('abstract_type', '~> 0.0.2')
|
||||
gem.add_runtime_dependency('diff-lcs', '~> 1.1.3')
|
||||
|
|
Loading…
Reference in a new issue