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

Commit ede35f5

Browse files
Bump rubyzip and selenium-webdriver
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.3.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.3.0) Updates `selenium-webdriver` from 3.14.1 to 3.142.7 - [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] <[email protected]>
1 parent 1dfbe38 commit ede35f5

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gem 'net-ldap', '~> 0.16.0'
3434
# attachments
3535

3636
# for exporting multiple files
37-
gem 'rubyzip', '~> 1.3.0'
37+
gem 'rubyzip', '~> 2.3.0'
3838

3939
# soft deletion
4040
gem 'nilify_blanks', '~> 1.2.1'
@@ -83,7 +83,7 @@ group :development, :test do
8383
gem 'shoulda-matchers', '~> 3.1.3'
8484
gem 'capybara', '~> 3.9.0'
8585
gem 'capybara-selenium', '~> 0.0.6'
86-
gem 'selenium-webdriver', '~> 3.14.1'
86+
gem 'selenium-webdriver', '~> 3.142.7'
8787
gem "puma", "~> 4.1"
8888
gem 'spring', '~> 2.0.2'
8989
gem 'spring-commands-rspec', '~> 1.0.4'

Gemfile.lock

+8-9
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,7 @@ GEM
10121012
capybara-selenium (0.0.6)
10131013
capybara
10141014
selenium-webdriver
1015-
childprocess (0.9.0)
1016-
ffi (~> 1.0, >= 1.0.11)
1015+
childprocess (3.0.0)
10171016
chronic (0.10.2)
10181017
cocoon (1.2.10)
10191018
codeclimate-test-reporter (1.0.8)
@@ -1059,7 +1058,7 @@ GEM
10591058
faraday (0.9.2)
10601059
multipart-post (>= 1.2, < 3)
10611060
ffaker (2.6.0)
1062-
ffi (1.11.1)
1061+
ffi (1.13.1)
10631062
font-awesome-rails (4.7.0.5)
10641063
railties (>= 3.2, < 6.1)
10651064
formatador (0.2.5)
@@ -1306,7 +1305,7 @@ GEM
13061305
ruby_dep (1.5.0)
13071306
rubycas-client (2.3.9)
13081307
activesupport
1309-
rubyzip (1.3.0)
1308+
rubyzip (2.3.0)
13101309
sass (3.7.4)
13111310
sass-listen (~> 4.0.0)
13121311
sass-listen (4.0.0)
@@ -1331,9 +1330,9 @@ GEM
13311330
faraday (~> 0.8, < 0.10)
13321331
select2-rails (4.0.3)
13331332
thor (~> 0.14)
1334-
selenium-webdriver (3.14.1)
1335-
childprocess (~> 0.5)
1336-
rubyzip (~> 1.2, >= 1.2.2)
1333+
selenium-webdriver (3.142.7)
1334+
childprocess (>= 0.5, < 4.0)
1335+
rubyzip (>= 1.2.2)
13371336
shellany (0.0.1)
13381337
shoulda-matchers (3.1.3)
13391338
activesupport (>= 4.0.0)
@@ -1462,10 +1461,10 @@ DEPENDENCIES
14621461
rspec-rails (~> 4.0.0.beta2)
14631462
rubocop (~> 0.49.1)
14641463
ruby-progressbar (~> 1.8.1)
1465-
rubyzip (~> 1.3.0)
1464+
rubyzip (~> 2.3.0)
14661465
sass-rails (~> 5.0.6)
14671466
select2-rails (~> 4.0.3)
1468-
selenium-webdriver (~> 3.14.1)
1467+
selenium-webdriver (~> 3.142.7)
14691468
shoulda-matchers (~> 3.1.3)
14701469
simple_form (~> 5.0.1)
14711470
spring (~> 2.0.2)

0 commit comments

Comments
 (0)