This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Commit 881f723 1 parent a6c39f2 commit 881f723 Copy full SHA for 881f723
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'
@@ -82,7 +82,7 @@ group :development, :test do
82
82
gem 'shoulda-matchers' , '~> 3.1.3'
83
83
gem 'capybara' , '~> 3.9.0'
84
84
gem 'capybara-selenium' , '~> 0.0.6'
85
- gem 'selenium-webdriver' , '~> 3.14.1 '
85
+ gem 'selenium-webdriver' , '~> 3.142.7 '
86
86
gem "puma" , "~> 4.1"
87
87
gem 'spring' , '~> 2.0.2'
88
88
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 )
@@ -1301,7 +1300,7 @@ GEM
1301
1300
ruby_dep (1.5.0 )
1302
1301
rubycas-client (2.3.9 )
1303
1302
activesupport
1304
- rubyzip (1 .3.0 )
1303
+ rubyzip (2 .3.0 )
1305
1304
sass (3.7.4 )
1306
1305
sass-listen (~> 4.0.0 )
1307
1306
sass-listen (4.0.0 )
@@ -1326,9 +1325,9 @@ GEM
1326
1325
faraday (~> 0.8 , < 0.10 )
1327
1326
select2-rails (4.0.3 )
1328
1327
thor (~> 0.14 )
1329
- selenium-webdriver (3.14.1 )
1330
- childprocess (~> 0.5 )
1331
- rubyzip (~> 1.2 , >= 1.2.2 )
1328
+ selenium-webdriver (3.142.7 )
1329
+ childprocess (>= 0.5 , < 4.0 )
1330
+ rubyzip (>= 1.2.2 )
1332
1331
shellany (0.0.1 )
1333
1332
shoulda-matchers (3.1.3 )
1334
1333
activesupport (>= 4.0.0 )
@@ -1456,10 +1455,10 @@ DEPENDENCIES
1456
1455
rspec-rails (~> 4.0.0.beta2 )
1457
1456
rubocop (~> 0.49.1 )
1458
1457
ruby-progressbar (~> 1.8.1 )
1459
- rubyzip (~> 1 .3.0 )
1458
+ rubyzip (~> 2 .3.0 )
1460
1459
sass-rails (~> 5.0.6 )
1461
1460
select2-rails (~> 4.0.3 )
1462
- selenium-webdriver (~> 3.14.1 )
1461
+ selenium-webdriver (~> 3.142.7 )
1463
1462
shoulda-matchers (~> 3.1.3 )
1464
1463
simple_form (~> 5.0.1 )
1465
1464
spring (~> 2.0.2 )
You can’t perform that action at this time.
0 commit comments