Skip to content

Commit

Permalink
Prepare for v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Aug 23, 2024
1 parent 98d4d75 commit 1d09d58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 7.3.0

- Fix require `action_cable/channel/test_case` errors with Rails 5.x. Fixes #124

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_v6.0.x.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
minitest-spec-rails (7.2.0)
minitest-spec-rails (7.3.0)
minitest (>= 5.0)
railties (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_v6.1.x.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
minitest-spec-rails (7.2.0)
minitest-spec-rails (7.3.0)
minitest (>= 5.0)
railties (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_v7.0.x.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
minitest-spec-rails (7.2.0)
minitest-spec-rails (7.3.0)
minitest (>= 5.0)
railties (>= 4.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/minitest-spec-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MiniTestSpecRails
VERSION = '7.2.0'.freeze
VERSION = '7.3.0'.freeze
end

0 comments on commit 1d09d58

Please sign in to comment.