Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Bump wicked from 0.0.2 to 1.0.1 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 14, 2019

Bumps wicked from 0.0.2 to 1.0.1.

Changelog

Sourced from wicked's changelog.

1.0.1 (8/08/2013)

  • Fix security issue #94

1.0.0 (8/03/2013)

  • Rails 4 compatible tested version released
  • Remove compatibility for Ruby 1.8.7 since it is EOL

0.6.1 (05/05/2013)

0.6.0 (03/20/2013)

  • Breaking change: hardcoded internal finish keyword changed to
    wicked_finish. Can be modified by setting Wicked::FINISH_STEP.
    Please use constants from now on instead of relying on the values of the
    strings.
  • #56 raise error while using reserved keyword
  • Keywords are now configurable as constants Wicked::FIRST_STEP,
    Wicked::LAST_STEP, and Wicked::FINISH_STEP

0.5.0 (01/27/2013)

  • #51 bug fix: while using translations all wizard helpers now return values
    in the same language (in whatever locale is being used). So if a user is
    requesting a controller action in spanish, then step will be in
    spanish and all the values inside of steps and next_step etc. will
    be in spanish. To convert one of these values to a "canonical" wizard
    value (that matches the names of your files) you can use
    wizard_value(step) method.

0.4.0

  • User inputs no longer converted to symbol this mitigates risk of DoS
    via symbol table or RAM (symbols are not garbage collected).

0.3.4

  • Dynamic steps officially supported and tested

0.3.3

  • warn users users who forgot to set steps

0.3.2

  • Forward params passed to the index action
  • bug fix: 1.8.7 hash ordering

0.3.1

  • Prettier code, thanks code climate

0.3.0

... (truncated)
Commits
  • 8e78058 Regenerate gemspec for version 1.0.1
  • fe31bb2 [close #94] Security Update
  • 6b8189e Regenerate gemspec for version 1.0.0
  • 76d9c5a .ruby-version in the .gitignore
  • 982d8a8 Version 1.0.0
  • f7bf2b3 Merge pull request #79 from alanjcfs/patch-1
  • 703bba3 Fix link to Active Record to point to Building Partial Objects Step by Step
  • 82f363b Merge pull request #57 from gokure/master
  • 377a959 Merge branch 'master' of github.com:schneems/wicked
  • c327aa1 Update code climate badge
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants