Skip to content

Commit

Permalink
Update rack, webmock, and childprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Mar 6, 2019
1 parent 29361b2 commit c6729ce
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 2.0']
s.add_runtime_dependency 'rubyzip', ['~> 1.2', '>= 1.2.2']

s.add_development_dependency 'rack', ['~> 1.0', '>= 1.6.11']
s.add_development_dependency 'rack', ['~> 2.0']
s.add_development_dependency 'rspec', ['~> 3.0']
s.add_development_dependency 'rubocop', ['~> 0.50.0']
s.add_development_dependency 'webmock', ['~> 2.0']
s.add_development_dependency 'rubocop', ['~> 0.64.0']
s.add_development_dependency 'webmock', ['~> 3.5']
s.add_development_dependency 'yard', ['~> 0.9.11']
end
Binary file not shown.
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/ffi-1.10.0.gem
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/rack-1.6.11.gem
Binary file not shown.
Binary file added third_party/rb/vendor/cache/rack-2.0.6.gem
Binary file not shown.
Binary file removed third_party/rb/vendor/cache/webmock-2.3.2.gem
Binary file not shown.
Binary file added third_party/rb/vendor/cache/webmock-3.5.1.gem
Binary file not shown.

0 comments on commit c6729ce

Please sign in to comment.