mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Add matrix as a dependency for Ruby 3.1 compatibility
It was recently removed from the default gems: - https://bugs.ruby-lang.org/issues/17873 - https://github.com/ruby/ruby/pull/4530
This commit is contained in:
parent
312ab56ac4
commit
a96cb7ccdc
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ Gem::Specification.new do |s|
|
|||
'such as Rails, Sinatra or Merb'
|
||||
|
||||
s.add_runtime_dependency('addressable')
|
||||
s.add_runtime_dependency('matrix')
|
||||
s.add_runtime_dependency('mini_mime', ['>= 0.1.3'])
|
||||
s.add_runtime_dependency('nokogiri', ['~> 1.8'])
|
||||
s.add_runtime_dependency('rack', ['>= 1.6.0'])
|
||||
|
|
Loading…
Reference in a new issue