schneems / wicked_example

an example for the wicked gem
29 stars 20 forks source link

Bump wicked from 0.0.2 to 1.0.1 #8

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps wicked from 0.0.2 to 1.0.1.

Changelog *Sourced from [wicked's changelog](https://github.com/schneems/wicked/blob/master/CHANGELOG.md).* > ## 1.0.1 (8/08/2013) > > * Fix security issue [#94](https://github-redirect.dependabot.com/schneems/wicked/issues/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) > > * [#62](https://github-redirect.dependabot.com/schneems/wicked/issues/62) bugfix to translating wizard values thanks [@​hwo411](https://github.com/hwo411) > > ## 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](https://github-redirect.dependabot.com/schneems/wicked/issues/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](https://github-redirect.dependabot.com/schneems/wicked/issues/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`](https://github.com/schneems/wicked/commit/8e78058753fb7e29dbc1af899a7d179c8a58a04d) Regenerate gemspec for version 1.0.1 - [`fe31bb2`](https://github.com/schneems/wicked/commit/fe31bb2533fffc9d098c69ebeb7afc3b80509f53) [close [#94](https://github-redirect.dependabot.com/schneems/wicked/issues/94)] Security Update - [`6b8189e`](https://github.com/schneems/wicked/commit/6b8189e78c797540143190266c195174821b2acd) Regenerate gemspec for version 1.0.0 - [`76d9c5a`](https://github.com/schneems/wicked/commit/76d9c5a825cac0307e36e9fbdc9e83e5dc4bb99b) .ruby-version in the .gitignore - [`982d8a8`](https://github.com/schneems/wicked/commit/982d8a894e267d7a139d1628be383208b2c7c17c) Version 1.0.0 - [`f7bf2b3`](https://github.com/schneems/wicked/commit/f7bf2b3cd48721f7e6073694bef25e124b92cd0e) Merge pull request [#79](https://github-redirect.dependabot.com/schneems/wicked/issues/79) from alanjcfs/patch-1 - [`703bba3`](https://github.com/schneems/wicked/commit/703bba3ce200437ec952a8bb5078d6f9205436af) Fix link to Active Record to point to Building Partial Objects Step by Step - [`82f363b`](https://github.com/schneems/wicked/commit/82f363bacef140c541b16bbaf2a55a82e35e3eb2) Merge pull request [#57](https://github-redirect.dependabot.com/schneems/wicked/issues/57) from gokure/master - [`377a959`](https://github.com/schneems/wicked/commit/377a95908e3cd2989be4ec7a62ee66ebfe6acd02) Merge branch 'master' of github.com:schneems/wicked - [`c327aa1`](https://github.com/schneems/wicked/commit/c327aa18ddb60a40f48037ec7b6888ac053c86e9) Update code climate badge - Additional commits viewable in [compare view](https://github.com/schneems/wicked/compare/v0.0.2...v1.0.1)


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](https://github.com/schneems/wicked_example/network/alerts).