Skip to content

Commit

Permalink
v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 24, 2022
1 parent 6926aa0 commit bd8ed08
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### Fixed

## 3.13.0 - 2022-09-23

### Changed

- Drop support for ruby 2.5

## v3.12.1 - 2022-09-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
parallel_tests (3.12.1)
parallel_tests (3.13.0)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/parallel_tests/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ParallelTests
VERSION = '3.12.1'
VERSION = '3.13.0'
end
2 changes: 1 addition & 1 deletion spec/fixtures/rails60/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (3.12.1)
parallel_tests (3.13.0)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails61/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (3.12.1)
parallel_tests (3.13.0)
parallel

GEM
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/rails70/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
parallel_tests (3.12.1)
parallel_tests (3.13.0)
parallel

GEM
Expand Down

0 comments on commit bd8ed08

Please sign in to comment.