Merge pull request #8588 from opf/fix/bump_gems

Fix/bump gems
pull/8590/head
ulferts 4 years ago committed by GitHub
commit 5dcf92f61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Gemfile
  2. 50
      Gemfile.lock

@ -64,7 +64,7 @@ gem 'addressable', '~> 2.7.0'
gem "auto_strip_attributes", "~> 2.5"
# Provide timezone info for TZInfo used by AR
gem 'tzinfo-data', '~> 1.2019.3'
gem 'tzinfo-data', '~> 1.2020.1'
# to generate html-diffs (e.g. for wiki comparison)
gem 'htmldiff'
@ -93,7 +93,7 @@ gem 'semantic', '~> 1.6.1'
# generates SVG Graphs
# used for statistics on svn repositories
gem 'svg-graph', '~> 2.1.0'
gem 'svg-graph', '~> 2.2.0'
gem 'date_validator', '~> 0.9.0'
gem 'ruby-duration', '~> 3.2.0'
@ -119,7 +119,7 @@ gem 'rack-protection', '~> 2.0.8'
# It allows whitelisting, blacklisting, throttling, and tracking based
# on arbitrary properties of the request.
# https://github.com/kickstarter/rack-attack
gem 'rack-attack', '~> 6.2.2'
gem 'rack-attack', '~> 6.3.1'
# CSP headers
gem 'secure_headers', '~> 6.3.0'
@ -191,7 +191,7 @@ group :test do
# Test prof provides factories from code
# and other niceties
gem 'test-prof', '~> 0.11.0'
gem 'test-prof', '~> 0.12.0'
gem 'cucumber', '~> 3.1.0'
gem 'cucumber-rails', '~> 1.8.0', require: false
@ -215,7 +215,7 @@ group :test do
gem 'capybara', '~> 3.32.0'
gem 'capybara-screenshot', '~> 1.0.17'
gem 'selenium-webdriver', '~> 3.14'
gem 'webdrivers', '~> 4.2.0', require: false
gem 'webdrivers', '~> 4.4.1', require: false
gem 'fuubar', '~> 2.5.0'
gem 'timecop', '~> 0.9.0'

@ -499,7 +499,7 @@ GEM
faraday-http-cache (2.0.0)
faraday (~> 0.8)
fastimage (2.1.7)
ffi (1.12.2)
ffi (1.13.1)
flamegraph (0.9.5)
fog-aws (3.5.2)
fog-core (~> 2.1)
@ -634,7 +634,7 @@ GEM
nap (1.1.0)
net-ldap (0.16.2)
netrc (0.11.0)
newrelic_rpm (6.9.0.363)
newrelic_rpm (6.12.0.367)
nio4r (2.5.2)
no_proxy_fix (0.1.2)
nokogiri (1.10.10)
@ -668,10 +668,10 @@ GEM
parallel
parser (2.7.1.4)
ast (~> 2.4.1)
passenger (6.0.4)
passenger (6.0.6)
rack
rake (>= 0.8.1)
pdf-core (0.7.0)
pdf-core (0.8.1)
pdf-inspector (1.3.0)
pdf-reader (>= 1.0, < 3.0.a)
pdf-reader (2.2.0)
@ -686,9 +686,9 @@ GEM
nokogiri (~> 1.10, >= 1.10.4)
rubyzip (~> 1.3.0)
posix-spawn (0.3.13)
prawn (2.2.2)
pdf-core (~> 0.7.0)
ttfunk (~> 1.5)
prawn (2.3.0)
pdf-core (~> 0.8.1)
ttfunk (~> 1.6)
prawn-markup (0.2.2)
nokogiri
prawn
@ -709,7 +709,7 @@ GEM
pry-stack_explorer (0.5.1)
binding_of_caller (~> 0.7)
pry (~> 0.13)
public_suffix (4.0.3)
public_suffix (4.0.5)
puffing-billy (2.3.1)
addressable (~> 2.5)
em-http-request (~> 1.1, >= 1.1.0)
@ -723,7 +723,7 @@ GEM
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (6.2.2)
rack-attack (6.3.1)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
rack (>= 2.0.0)
@ -888,7 +888,7 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
secure_headers (6.3.0)
secure_headers (6.3.1)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
@ -898,7 +898,7 @@ GEM
activesupport (>= 4.0.0)
spreadsheet (1.2.6)
ruby-ole (>= 1.0)
spring (2.1.0)
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (3.7.2)
@ -911,18 +911,18 @@ GEM
stackprof (0.2.15)
stringex (2.8.5)
structured_warnings (0.4.0)
svg-graph (2.1.3)
svg-graph (2.2.0)
swd (1.1.2)
activesupport (>= 3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
sys-filesystem (1.3.3)
sys-filesystem (1.3.4)
ffi
table_print (1.5.6)
table_print (1.5.7)
temple (0.8.2)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
test-prof (0.11.3)
test-prof (0.12.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
@ -936,14 +936,14 @@ GEM
rails (>= 5.0.4)
tzinfo (1.2.7)
thread_safe (~> 0.1)
tzinfo-data (1.2019.3)
tzinfo-data (1.2020.1)
tzinfo (>= 1.0.0)
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unicorn (5.5.3)
unicorn (5.6.0)
kgio (~> 2.6)
raindrops (~> 0.7)
unicorn-worker-killer (0.4.4)
@ -952,14 +952,14 @@ GEM
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
validate_url (1.0.8)
validate_url (1.0.11)
activemodel (>= 3.0.0)
public_suffix
warden (1.2.8)
rack (>= 2.0.6)
warden-basic_auth (0.2.1)
warden (~> 1.2)
webdrivers (4.2.0)
webdrivers (4.4.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
@ -1093,7 +1093,7 @@ DEPENDENCIES
pry-stack_explorer (~> 0.5.1)
puffing-billy (~> 2.3.1)
puma (~> 4.3.5)
rack-attack (~> 6.2.2)
rack-attack (~> 6.3.1)
rack-cors (~> 1.1.1)
rack-mini-profiler
rack-protection (~> 2.0.8)
@ -1135,19 +1135,19 @@ DEPENDENCIES
sprockets (~> 3.7.0)
stackprof
stringex (~> 2.8.5)
svg-graph (~> 2.1.0)
svg-graph (~> 2.2.0)
sys-filesystem (~> 1.3.3)
table_print (~> 1.5.6)
test-prof (~> 0.11.0)
test-prof (~> 0.12.0)
thin (~> 1.7.2)
timecop (~> 0.9.0)
typed_dag (~> 2.0.2)
tzinfo-data (~> 1.2019.3)
tzinfo-data (~> 1.2020.1)
unicorn
unicorn-worker-killer
warden (~> 1.2)
warden-basic_auth (~> 0.2.1)
webdrivers (~> 4.2.0)
webdrivers (~> 4.4.1)
webmock (~> 3.8.2)
will_paginate (~> 3.3.0)
with_advisory_lock (~> 4.6.0)

Loading…
Cancel
Save