diff --git a/Gemfile b/Gemfile index a0bfdceb8..4a747eed5 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'net-ldap', '~> 0.16.0' # attachments # for exporting multiple files -gem 'rubyzip', '~> 1.3.0' +gem 'rubyzip', '~> 2.3.0' # soft deletion gem 'nilify_blanks', '~> 1.2.1' @@ -83,7 +83,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.7' gem "puma", "~> 4.1" gem 'spring', '~> 2.0.2' gem 'spring-commands-rspec', '~> 1.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 3e883d3d9..280151823 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1012,8 +1012,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) cocoon (1.2.10) codeclimate-test-reporter (1.0.8) @@ -1059,7 +1058,7 @@ GEM faraday (0.9.2) multipart-post (>= 1.2, < 3) ffaker (2.6.0) - ffi (1.11.1) + ffi (1.13.1) font-awesome-rails (4.7.0.5) railties (>= 3.2, < 6.1) formatador (0.2.5) @@ -1306,7 +1305,7 @@ GEM ruby_dep (1.5.0) rubycas-client (2.3.9) activesupport - rubyzip (1.3.0) + rubyzip (2.3.0) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -1331,9 +1330,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.7) + childprocess (>= 0.5, < 4.0) + rubyzip (>= 1.2.2) shellany (0.0.1) shoulda-matchers (3.1.3) activesupport (>= 4.0.0) @@ -1462,10 +1461,10 @@ DEPENDENCIES rspec-rails (~> 4.0.0.beta2) rubocop (~> 0.49.1) ruby-progressbar (~> 1.8.1) - rubyzip (~> 1.3.0) + rubyzip (~> 2.3.0) sass-rails (~> 5.0.6) select2-rails (~> 4.0.3) - selenium-webdriver (~> 3.14.1) + selenium-webdriver (~> 3.142.7) shoulda-matchers (~> 3.1.3) simple_form (~> 5.0.1) spring (~> 2.0.2)