Releases: ianwhite/pickle
Releases · ianwhite/pickle
v0.9.0: Add support for cucumber 9 (#97)
* 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
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)
* Object#=~ only makes sense on String * update History and bump version
Eliminate noisy warning on Object#=~
v0.7.1 fix warning: dont call =~ on an Array, which is returning nil anyhow …
v0.7.0 - You've guessed it - Rails 7 Support
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
cucumber 7 support (#91) * cucumber 7 support * Update gemfiles/Gemfile-rails.4.2.x.lock
v0.6.1 - Cucumber 6
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
Merge pull request #88 from ianwhite/support-cucumber4-and-5 Support cucumber 4
Rails 5.2 Support + Unlock cucumber
Merge pull request #79 from ykitamura-mdsol/feature/support_rails5.2 Relax dependency on cucumber to allow usage with Rails 5.2
FactoryBot
Merge pull request #78 from bmcdaniel11/master Updated FactoryGirl to FactoryBot