Skip to content

Releases: ianwhite/pickle

v0.9.0: Add support for cucumber 9 (#97)

17 Nov 06:23
5453a6a
Compare
Choose a tag to compare
* Add support for cucumber 9

* update README, and run tests with Cucumber 9.x

---------

Co-authored-by: Mathieu Jobin <mathieu@justbudget.com>

Cucumber 8 Support, Rails 6 is minimum. Drop old rubies

28 Apr 03:17
137c35d
Compare
Choose a tag to compare
Trash deprecated ruby/rails version, add support for cucumber 8 (#96)

* Trash deprecated ruby/rails version, add support for cucumber 8, clean up Gemfile

* default value for local setup

* Update History/Changelog file

v0.7.2: Fix deprecation warnings: Only match Strings (#95)

25 Nov 04:38
1be9bc1
Compare
Choose a tag to compare
* Object#=~ only makes sense on String

* update History and bump version

Eliminate noisy warning on Object#=~

20 Jul 06:00
511ef91
Compare
Choose a tag to compare
fix warning: dont call =~ on an Array, which is returning nil anyhow …

…(#94)

* fix warning: dont call =~ on an Array, which is returning nil anyhow

* update History file and bump version

* bump version in 4.2 lock file as well

v0.7.0 - You've guessed it - Rails 7 Support

27 Mar 10:57
259055d
Compare
Choose a tag to compare
allow rails 7, execute tests with cucumber 6 and 7 (#92)

* allow rails 7, execute tests with cucumber 6 and 7

* https in gemfiles

* rails 7 is out and ruby 3.0 needs to be quoted

* bump version

* rails 4.2 .lock update

* Add ruby 3.1 to the build matrix, only Rails 7 supports ruby 3.1

v0.6.2 - Cucumber 7

19 Oct 01:36
d30659b
Compare
Choose a tag to compare
cucumber 7 support (#91)

* cucumber 7 support

* Update gemfiles/Gemfile-rails.4.2.x.lock

v0.6.1 - Cucumber 6

22 Jun 09:11
5878060
Compare
Choose a tag to compare

Tests now run with cucumber 6 and rails 6.0/6.1/edge

Cucumber 3.x, 4.x, 5.x still supported.

Cucumber 4 and Rails 6 supported

26 Aug 05:09
6accfe0
Compare
Choose a tag to compare
Merge pull request #88 from ianwhite/support-cucumber4-and-5

Support cucumber 4

Rails 5.2 Support + Unlock cucumber

22 May 13:15
08fd210
Compare
Choose a tag to compare
Merge pull request #79 from ykitamura-mdsol/feature/support_rails5.2

Relax dependency on cucumber to allow usage with Rails 5.2

FactoryBot

17 Nov 00:20
41933f3
Compare
Choose a tag to compare
Merge pull request #78 from bmcdaniel11/master

Updated FactoryGirl to FactoryBot