Skip to content

Commit 78eb4e2

Browse files
authored
Bugfix/post 3 1 1 release (#593)
* Fix bottom of changelog * Alter 3.0.0 additions to be additions * Fix 3.0.1 and 3.1.0 to be added changes * Switch over to using non deprecated commands from appraisal
1 parent 8c88d39 commit 78eb4e2

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,18 @@ This file is intended to be modified using the [`changelog`](https://github.com/
1414
- Updated some dev dependencies and improved some dev rake tasks to make testing leaner
1515

1616
## [3.1.0] - 2024-11-25
17+
### Added
18+
- Add support for Rails 8.0 (No code changes required) [#590](https://github.com/cucumber/cucumber-rails/pull/590)
1719

1820
## [3.0.1] - 2024-11-05
19-
### Changed
21+
### Added
2022
- Add support for Rails 7.2 / Ruby 3.3 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586) [#588](https://github.com/cucumber/cucumber-rails/pull/588)
2123

2224
### Fixed
2325
- Internal testing code has been refactored to handle older ruby/rails installs [#583](https://github.com/cucumber/cucumber-rails/pull/583)
2426

2527
## [3.0.0] - 2023-11-01
26-
### Changed
28+
### Added
2729
- Add support for Rails 7.1 [#575](https://github.com/cucumber/cucumber-rails/pull/575)
2830
- Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant [#581](https://github.com/cucumber/cucumber-rails/pull/581)
2931

@@ -64,8 +66,3 @@ This file is intended to be modified using the [`changelog`](https://github.com/
6466
[3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
6567
[2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
6668
[2.6.0]: https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0
67-
.5.1...v2.6.0
68-
2.5.1...v2.6.0
69-
//github.com/mattwynne
70-
[orien]: https://github.com/orien
71-
[luke-hill]: https://github.com/luke-hill

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace :gemfiles do
3737

3838
desc 'Remove all generated gemfiles'
3939
task :clean do
40-
FileUtils.rm_rf('gemfiles/*')
40+
system 'bundle exec appraisal clean'
4141
end
4242

4343
desc 'Remove all generated gemfiles and re-install dependencies'

0 commit comments

Comments
 (0)