Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Bump rubyzip and selenium-webdriver
Browse files Browse the repository at this point in the history
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium). These dependencies needed to be updated together.

Updates `rubyzip` from 1.3.0 to 2.0.0
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](rubyzip/rubyzip@v1.3.0...v2.0.0)

Updates `selenium-webdriver` from 3.14.1 to 3.142.6
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 20, 2019
1 parent b4adab4 commit 7b2529e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'net-ldap', '~> 0.16.0'
gem 'paperclip', '~> 5.2.0'

# for exporting multiple files
gem 'rubyzip', '~> 1.3.0'
gem 'rubyzip', '~> 2.0.0'

# soft deletion
gem 'nilify_blanks', '~> 1.2.1'
Expand Down Expand Up @@ -78,7 +78,7 @@ group :development, :test do
gem 'shoulda-matchers', '~> 3.1.3'
gem 'capybara', '~> 3.9.0'
gem 'capybara-selenium', '~> 0.0.6'
gem 'selenium-webdriver', '~> 3.14.1'
gem 'selenium-webdriver', '~> 3.142.6'
gem "puma", "~> 4.1"
gem 'spring', '~> 2.0.2'
gem 'spring-commands-rspec', '~> 1.0.4'
Expand Down
17 changes: 8 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ GEM
capybara-selenium (0.0.6)
capybara
selenium-webdriver
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
childprocess (3.0.0)
chronic (0.10.2)
climate_control (0.2.0)
cocaine (0.5.8)
Expand Down Expand Up @@ -172,7 +171,7 @@ GEM
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffaker (2.6.0)
ffi (1.11.1)
ffi (1.11.3)
font-awesome-rails (4.7.0.5)
railties (>= 3.2, < 6.1)
formatador (0.2.5)
Expand Down Expand Up @@ -413,7 +412,7 @@ GEM
ruby_dep (1.5.0)
rubycas-client (2.3.9)
activesupport
rubyzip (1.3.0)
rubyzip (2.0.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -438,9 +437,9 @@ GEM
faraday (~> 0.8, < 0.10)
select2-rails (4.0.3)
thor (~> 0.14)
selenium-webdriver (3.14.1)
childprocess (~> 0.5)
rubyzip (~> 1.2, >= 1.2.2)
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
shellany (0.0.1)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
Expand Down Expand Up @@ -566,10 +565,10 @@ DEPENDENCIES
rspec-rails (~> 4.0.0.beta2)
rubocop (~> 0.49.1)
ruby-progressbar (~> 1.8.1)
rubyzip (~> 1.3.0)
rubyzip (~> 2.0.0)
sass-rails (~> 5.0.6)
select2-rails (~> 4.0.3)
selenium-webdriver (~> 3.14.1)
selenium-webdriver (~> 3.142.6)
shoulda-matchers (~> 3.1.3)
simple_form (~> 5.0.1)
spring (~> 2.0.2)
Expand Down

0 comments on commit 7b2529e

Please sign in to comment.