This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Commit ede35f5 1 parent 1dfbe38 commit ede35f5 Copy full SHA for ede35f5
File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gem 'net-ldap', '~> 0.16.0'
34
34
# attachments
35
35
36
36
# for exporting multiple files
37
- gem 'rubyzip' , '~> 1 .3.0'
37
+ gem 'rubyzip' , '~> 2 .3.0'
38
38
39
39
# soft deletion
40
40
gem 'nilify_blanks' , '~> 1.2.1'
@@ -83,7 +83,7 @@ group :development, :test do
83
83
gem 'shoulda-matchers' , '~> 3.1.3'
84
84
gem 'capybara' , '~> 3.9.0'
85
85
gem 'capybara-selenium' , '~> 0.0.6'
86
- gem 'selenium-webdriver' , '~> 3.14.1 '
86
+ gem 'selenium-webdriver' , '~> 3.142.7 '
87
87
gem "puma" , "~> 4.1"
88
88
gem 'spring' , '~> 2.0.2'
89
89
gem 'spring-commands-rspec' , '~> 1.0.4'
Original file line number Diff line number Diff line change @@ -1012,8 +1012,7 @@ GEM
1012
1012
capybara-selenium (0.0.6 )
1013
1013
capybara
1014
1014
selenium-webdriver
1015
- childprocess (0.9.0 )
1016
- ffi (~> 1.0 , >= 1.0.11 )
1015
+ childprocess (3.0.0 )
1017
1016
chronic (0.10.2 )
1018
1017
cocoon (1.2.10 )
1019
1018
codeclimate-test-reporter (1.0.8 )
@@ -1059,7 +1058,7 @@ GEM
1059
1058
faraday (0.9.2 )
1060
1059
multipart-post (>= 1.2 , < 3 )
1061
1060
ffaker (2.6.0 )
1062
- ffi (1.11 .1 )
1061
+ ffi (1.13 .1 )
1063
1062
font-awesome-rails (4.7.0.5 )
1064
1063
railties (>= 3.2 , < 6.1 )
1065
1064
formatador (0.2.5 )
@@ -1306,7 +1305,7 @@ GEM
1306
1305
ruby_dep (1.5.0 )
1307
1306
rubycas-client (2.3.9 )
1308
1307
activesupport
1309
- rubyzip (1 .3.0 )
1308
+ rubyzip (2 .3.0 )
1310
1309
sass (3.7.4 )
1311
1310
sass-listen (~> 4.0.0 )
1312
1311
sass-listen (4.0.0 )
@@ -1331,9 +1330,9 @@ GEM
1331
1330
faraday (~> 0.8 , < 0.10 )
1332
1331
select2-rails (4.0.3 )
1333
1332
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 )
1337
1336
shellany (0.0.1 )
1338
1337
shoulda-matchers (3.1.3 )
1339
1338
activesupport (>= 4.0.0 )
@@ -1462,10 +1461,10 @@ DEPENDENCIES
1462
1461
rspec-rails (~> 4.0.0.beta2 )
1463
1462
rubocop (~> 0.49.1 )
1464
1463
ruby-progressbar (~> 1.8.1 )
1465
- rubyzip (~> 1 .3.0 )
1464
+ rubyzip (~> 2 .3.0 )
1466
1465
sass-rails (~> 5.0.6 )
1467
1466
select2-rails (~> 4.0.3 )
1468
- selenium-webdriver (~> 3.14.1 )
1467
+ selenium-webdriver (~> 3.142.7 )
1469
1468
shoulda-matchers (~> 3.1.3 )
1470
1469
simple_form (~> 5.0.1 )
1471
1470
spring (~> 2.0.2 )
You can’t perform that action at this time.
0 commit comments