Merge pull request #10686 from opf/fix/bump_gems

Fix/bump gems
pull/10696/head
ulferts 2 years ago committed by GitHub
commit 3222613795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Gemfile
  2. 72
      Gemfile.lock
  3. 2
      spec/features/auth/auth_stages_spec.rb

@ -199,9 +199,9 @@ gem 'mini_magick', '~> 4.11.0', require: false
gem 'validate_url' gem 'validate_url'
# Sentry error reporting # Sentry error reporting
gem "sentry-delayed_job", '~> 5.2.0' gem "sentry-delayed_job", '~> 5.3.0'
gem "sentry-rails", '~> 5.2.0' gem "sentry-rails", '~> 5.3.0'
gem "sentry-ruby", '~> 5.2.0' gem "sentry-ruby", '~> 5.3.0'
group :test do group :test do
gem 'launchy', '~> 2.5.0' gem 'launchy', '~> 2.5.0'
@ -228,7 +228,7 @@ group :test do
# brings back testing for 'assigns' and 'assert_template' extracted in rails 5 # brings back testing for 'assigns' and 'assert_template' extracted in rails 5
gem 'rails-controller-testing', '~> 1.0.2' gem 'rails-controller-testing', '~> 1.0.2'
gem 'capybara', '~> 3.36.0' gem 'capybara', '~> 3.37.0'
gem 'capybara-screenshot', '~> 1.0.17' gem 'capybara-screenshot', '~> 1.0.17'
gem 'selenium-webdriver', '~> 4.0' gem 'selenium-webdriver', '~> 4.0'
gem 'webdrivers', '~> 5.0.0' gem 'webdrivers', '~> 5.0.0'

@ -272,7 +272,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.1.0) aes_key_wrap (1.1.0)
afm (0.2.2) afm (0.2.2)
airbrake (13.0.0) airbrake (13.0.1)
airbrake-ruby (~> 6.0) airbrake-ruby (~> 6.0)
airbrake-ruby (6.1.0) airbrake-ruby (6.1.0)
rbtree3 (~> 0.5) rbtree3 (~> 0.5)
@ -283,7 +283,7 @@ GEM
awesome_nested_set (3.5.0) awesome_nested_set (3.5.0)
activerecord (>= 4.0.0, < 7.1) activerecord (>= 4.0.0, < 7.1)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.583.0) aws-partitions (1.587.0)
aws-sdk-core (3.130.2) aws-sdk-core (3.130.2)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0) aws-partitions (~> 1, >= 1.525.0)
@ -311,7 +311,7 @@ GEM
browser (5.3.1) browser (5.3.1)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3) byebug (11.1.3)
capybara (3.36.0) capybara (3.37.1)
addressable addressable
matrix matrix
mini_mime (>= 0.1.3) mini_mime (>= 0.1.3)
@ -339,7 +339,7 @@ GEM
cells-erb (0.1.0) cells-erb (0.1.0)
cells (~> 4.0) cells (~> 4.0)
erbse (>= 0.1.1) erbse (>= 0.1.1)
cells-rails (0.1.4) cells-rails (0.1.5)
actionpack (>= 5.0) actionpack (>= 5.0)
cells (>= 4.1.6, < 5.0.0) cells (>= 4.1.6, < 5.0.0)
childprocess (4.1.0) childprocess (4.1.0)
@ -458,13 +458,13 @@ GEM
tzinfo tzinfo
eventmachine (1.2.7) eventmachine (1.2.7)
eventmachine_httpserver (0.2.1) eventmachine_httpserver (0.2.1)
excon (0.92.2) excon (0.92.3)
factory_bot (6.2.1) factory_bot (6.2.1)
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
factory_bot_rails (6.2.0) factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0) factory_bot (~> 6.2.0)
railties (>= 5.0.0) railties (>= 5.0.0)
faker (2.20.0) faker (2.21.0)
i18n (>= 1.8.11, < 2) i18n (>= 1.8.11, < 2)
faraday (1.10.0) faraday (1.10.0)
faraday-em_http (~> 1.0) faraday-em_http (~> 1.0)
@ -494,7 +494,7 @@ GEM
fastimage (2.2.6) fastimage (2.2.6)
ffi (1.15.5) ffi (1.15.5)
flamegraph (0.9.5) flamegraph (0.9.5)
fog-aws (3.13.0) fog-aws (3.14.0)
fog-core (~> 2.1) fog-core (~> 2.1)
fog-json (~> 1.1) fog-json (~> 1.1)
fog-xml (~> 0.1) fog-xml (~> 0.1)
@ -559,15 +559,14 @@ GEM
ice_cube (~> 0.16) ice_cube (~> 0.16)
ice_cube (0.16.4) ice_cube (0.16.4)
interception (0.5) interception (0.5)
io-wait (0.2.1)
iso8601 (0.13.0) iso8601 (0.13.0)
jmespath (1.6.1) jmespath (1.6.1)
json (2.6.1) json (2.6.2)
json-jwt (1.13.0) json-jwt (1.13.0)
activesupport (>= 4.2) activesupport (>= 4.2)
aes_key_wrap aes_key_wrap
bindata bindata
json_schemer (0.2.20) json_schemer (0.2.21)
ecma-re-validator (~> 0.3) ecma-re-validator (~> 0.3)
hana (~> 1.3) hana (~> 1.3)
regexp_parser (~> 2.0) regexp_parser (~> 2.0)
@ -575,7 +574,7 @@ GEM
json_spec (1.1.5) json_spec (1.1.5)
multi_json (~> 1.0) multi_json (~> 1.0)
rspec (>= 2.0, < 4.0) rspec (>= 2.0, < 4.0)
kramdown (2.3.2) kramdown (2.4.0)
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
@ -604,7 +603,7 @@ GEM
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.16.0) loofah (2.18.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@ -628,7 +627,7 @@ GEM
multipart-post (2.1.1) multipart-post (2.1.1)
mustermann (1.1.1) mustermann (1.1.1)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.1) mustermann-grape (1.0.2)
mustermann (>= 1.0.0) mustermann (>= 1.0.0)
nap (1.1.0) nap (1.1.0)
net-imap (0.2.3) net-imap (0.2.3)
@ -640,8 +639,7 @@ GEM
digest digest
net-protocol net-protocol
timeout timeout
net-protocol (0.1.2) net-protocol (0.1.3)
io-wait
timeout timeout
net-smtp (0.3.1) net-smtp (0.3.1)
digest digest
@ -650,7 +648,7 @@ GEM
netrc (0.11.0) netrc (0.11.0)
nio4r (2.5.8) nio4r (2.5.8)
no_proxy_fix (0.1.2) no_proxy_fix (0.1.2)
nokogiri (1.13.5) nokogiri (1.13.6)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
octokit (4.22.0) octokit (4.22.0)
@ -682,7 +680,7 @@ GEM
pdf-core (0.9.0) pdf-core (0.9.0)
pdf-inspector (1.3.0) pdf-inspector (1.3.0)
pdf-reader (>= 1.0, < 3.0.a) pdf-reader (>= 1.0, < 3.0.a)
pdf-reader (2.9.2) pdf-reader (2.10.0)
Ascii85 (~> 1.0) Ascii85 (~> 1.0)
afm (~> 0.2.1) afm (~> 0.2.1)
hashery (~> 2.0) hashery (~> 2.0)
@ -697,7 +695,7 @@ GEM
prawn (2.4.0) prawn (2.4.0)
pdf-core (~> 0.9.0) pdf-core (~> 0.9.0)
ttfunk (~> 1.7) ttfunk (~> 1.7)
prawn-markup (0.3.5) prawn-markup (0.3.6)
nokogiri nokogiri
prawn prawn
prawn-table prawn-table
@ -717,7 +715,7 @@ GEM
pry-stack_explorer (0.6.1) pry-stack_explorer (0.6.1)
binding_of_caller (~> 1.0) binding_of_caller (~> 1.0)
pry (~> 0.13) pry (~> 0.13)
psych (4.0.3) psych (4.0.4)
stringio stringio
public_suffix (4.0.7) public_suffix (4.0.7)
puffing-billy (3.0.2) puffing-billy (3.0.2)
@ -799,10 +797,10 @@ GEM
rchardet (1.8.0) rchardet (1.8.0)
rdoc (6.4.0) rdoc (6.4.0)
psych (>= 4.0.0) psych (>= 4.0.0)
recaptcha (5.9.0) recaptcha (5.10.0)
json json
redcarpet (3.5.1) redcarpet (3.5.1)
regexp_parser (2.3.1) regexp_parser (2.4.0)
representable (3.1.1) representable (3.1.1)
declarative (< 0.1.0) declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0) trailblazer-option (>= 0.1.1, < 0.2.0)
@ -847,7 +845,7 @@ GEM
rspec-retry (0.6.2) rspec-retry (0.6.2)
rspec-core (> 3.3) rspec-core (> 3.3)
rspec-support (3.11.0) rspec-support (3.11.0)
rubocop (1.29.0) rubocop (1.29.1)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.1.0.0) parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
@ -856,7 +854,7 @@ GEM
rubocop-ast (>= 1.17.0, < 2.0) rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0) unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0) rubocop-ast (1.18.0)
parser (>= 3.1.1.0) parser (>= 3.1.1.0)
rubocop-rails (2.14.2) rubocop-rails (2.14.2)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
@ -900,16 +898,16 @@ GEM
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
semantic (1.6.1) semantic (1.6.1)
sentry-delayed_job (5.2.1) sentry-delayed_job (5.3.1)
delayed_job (>= 4.0) delayed_job (>= 4.0)
sentry-ruby-core (~> 5.2.1) sentry-ruby-core (~> 5.3.1)
sentry-rails (5.2.1) sentry-rails (5.3.1)
railties (>= 5.0) railties (>= 5.0)
sentry-ruby-core (~> 5.2.1) sentry-ruby-core (~> 5.3.1)
sentry-ruby (5.2.1) sentry-ruby (5.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-ruby-core (= 5.2.1) sentry-ruby-core (= 5.3.1)
sentry-ruby-core (5.2.1) sentry-ruby-core (5.3.1)
concurrent-ruby concurrent-ruby
shoulda-context (2.0.0) shoulda-context (2.0.0)
shoulda-matchers (5.1.0) shoulda-matchers (5.1.0)
@ -929,8 +927,8 @@ GEM
ssrf_filter (1.0.7) ssrf_filter (1.0.7)
stackprof (0.2.19) stackprof (0.2.19)
stringex (2.8.5) stringex (2.8.5)
stringio (3.0.1) stringio (3.0.2)
strscan (3.0.1) strscan (3.0.3)
structured_warnings (0.4.0) structured_warnings (0.4.0)
svg-graph (2.2.1) svg-graph (2.2.1)
swd (1.3.0) swd (1.3.0)
@ -965,7 +963,7 @@ GEM
validate_email (0.1.6) validate_email (0.1.6)
activemodel (>= 3.0) activemodel (>= 3.0)
mail (>= 2.2.5) mail (>= 2.2.5)
validate_url (1.0.13) validate_url (1.0.15)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
public_suffix public_suffix
warden (1.2.9) warden (1.2.9)
@ -1015,7 +1013,7 @@ DEPENDENCIES
brakeman (~> 5.2.0) brakeman (~> 5.2.0)
browser (~> 5.3.0) browser (~> 5.3.0)
budgets! budgets!
capybara (~> 3.36.0) capybara (~> 3.37.0)
capybara-screenshot (~> 1.0.17) capybara-screenshot (~> 1.0.17)
carrierwave (~> 1.3.1) carrierwave (~> 1.3.1)
carrierwave_direct (~> 2.1.0) carrierwave_direct (~> 2.1.0)
@ -1148,9 +1146,9 @@ DEPENDENCIES
secure_headers (~> 6.3.0) secure_headers (~> 6.3.0)
selenium-webdriver (~> 4.0) selenium-webdriver (~> 4.0)
semantic (~> 1.6.1) semantic (~> 1.6.1)
sentry-delayed_job (~> 5.2.0) sentry-delayed_job (~> 5.3.0)
sentry-rails (~> 5.2.0) sentry-rails (~> 5.3.0)
sentry-ruby (~> 5.2.0) sentry-ruby (~> 5.3.0)
shoulda-context (~> 2.0) shoulda-context (~> 2.0)
shoulda-matchers (~> 5.0) shoulda-matchers (~> 5.0)
spring spring

@ -87,7 +87,6 @@ describe 'Authentication Stages', type: :feature do
it 'redirects to authentication stage after automatic registration and before login' do it 'redirects to authentication stage after automatic registration and before login' do
visit signin_path visit signin_path
click_on "Create a new account"
within("#new_user") do within("#new_user") do
fill_in "user_login", with: "h.wurst" fill_in "user_login", with: "h.wurst"
@ -113,7 +112,6 @@ describe 'Authentication Stages', type: :feature do
it 'redirects to authentication stage after registration via omniauth too' do it 'redirects to authentication stage after registration via omniauth too' do
visit signin_path visit signin_path
click_on "Create a new account"
within("#new_user") do within("#new_user") do
click_on "Omniauth Developer" click_on "Omniauth Developer"

Loading…
Cancel
Save