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

Commit b158c54

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.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>
1 parent 0fc7140 commit b158c54

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'net-ldap', '~> 0.16.0'
3535
gem 'paperclip', '~> 5.2.0'
3636

3737
# for exporting multiple files
38-
gem 'rubyzip', '~> 1.3.0'
38+
gem 'rubyzip', '~> 2.0.0'
3939

4040
# soft deletion
4141
gem 'nilify_blanks', '~> 1.2.1'
@@ -78,7 +78,7 @@ group :development, :test do
7878
gem 'shoulda-matchers', '~> 3.1.3'
7979
gem 'capybara', '~> 3.9.0'
8080
gem 'capybara-selenium', '~> 0.0.6'
81-
gem 'selenium-webdriver', '~> 3.14.1'
81+
gem 'selenium-webdriver', '~> 3.142.6'
8282
gem "puma", "~> 4.1"
8383
gem 'spring', '~> 2.0.2'
8484
gem 'spring-commands-rspec', '~> 1.0.4'

Gemfile.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ GEM
122122
capybara-selenium (0.0.6)
123123
capybara
124124
selenium-webdriver
125-
childprocess (0.9.0)
126-
ffi (~> 1.0, >= 1.0.11)
125+
childprocess (3.0.0)
127126
chronic (0.10.2)
128127
climate_control (0.2.0)
129128
cocaine (0.5.8)
@@ -172,7 +171,7 @@ GEM
172171
faraday (0.9.2)
173172
multipart-post (>= 1.2, < 3)
174173
ffaker (2.6.0)
175-
ffi (1.11.1)
174+
ffi (1.11.3)
176175
font-awesome-rails (4.7.0.5)
177176
railties (>= 3.2, < 6.1)
178177
formatador (0.2.5)
@@ -413,7 +412,7 @@ GEM
413412
ruby_dep (1.5.0)
414413
rubycas-client (2.3.9)
415414
activesupport
416-
rubyzip (1.3.0)
415+
rubyzip (2.0.0)
417416
sass (3.7.4)
418417
sass-listen (~> 4.0.0)
419418
sass-listen (4.0.0)
@@ -438,9 +437,9 @@ GEM
438437
faraday (~> 0.8, < 0.10)
439438
select2-rails (4.0.3)
440439
thor (~> 0.14)
441-
selenium-webdriver (3.14.1)
442-
childprocess (~> 0.5)
443-
rubyzip (~> 1.2, >= 1.2.2)
440+
selenium-webdriver (3.142.6)
441+
childprocess (>= 0.5, < 4.0)
442+
rubyzip (>= 1.2.2)
444443
shellany (0.0.1)
445444
shoulda-matchers (3.1.3)
446445
activesupport (>= 4.0.0)
@@ -566,10 +565,10 @@ DEPENDENCIES
566565
rspec-rails (~> 4.0.0.beta2)
567566
rubocop (~> 0.49.1)
568567
ruby-progressbar (~> 1.8.1)
569-
rubyzip (~> 1.3.0)
568+
rubyzip (~> 2.0.0)
570569
sass-rails (~> 5.0.6)
571570
select2-rails (~> 4.0.3)
572-
selenium-webdriver (~> 3.14.1)
571+
selenium-webdriver (~> 3.142.6)
573572
shoulda-matchers (~> 3.1.3)
574573
simple_form (~> 5.0.1)
575574
spring (~> 2.0.2)

0 commit comments

Comments
 (0)