Skip to content

Bump warden from 1.2.7 to 1.2.8

NipaNipa requested to merge dependabot/bundler/warden-1.2.8 into master

Bumps warden from 1.2.7 to 1.2.8.

Release notes

Sourced from warden's releases.

Bugfixes and Dependency updates

  • Bugfix: Flips two lines to allow scopes authenticating from another without stepping on each other's toes. (PR #144)
  • Update rack dependency to >= 2.0.6 due to security vulnerability (CVE-2018-16471)
  • Internal: Add Rubocop Lint checking
  • Internal: Update RSpec to use .rspec file
Changelog

Sourced from warden's changelog.

== Version 1.2.8 / 2018-11-15

  • Bugfix: Flips two lines to allow scopes authenticating from another without stepping on each other's toes. (PR #144)
  • Update rack dependency to >= 2.0.6 due to security vulnerability
  • Internal: Add Rubocop Lint checking
  • Internal: Update RSpec to use .rspec file
Commits
  • 61b22a6 Merge pull request #168 from wardencommunity/security-vuln-patch
  • 16ed280 Update to rack >= 2.0.6 due to XSS security vulnerability. Release 1.2.8
  • 5b3cbd5 Merge pull request #165 from rbarysas/master
  • 73e04c9 Fix comment
  • a4b197e Merge pull request #162 from godfat/fix-catching-on-request
  • 207de2a Make it able to throw in Warden::Manager.on_request
  • dead31f Merge pull request #161 from appropriate/avoid-session-options-mutation
  • eac685d Merge branch 'master' into avoid-session-options-mutation
  • 17b37e3 Merge pull request #160 from hassox/jsmestad-patch-1
  • d5fdd50 Avoid modifying frozen rack.session.options
  • Additional commits viewable in compare view

Merge request reports