Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Mar 10, 2021
1 parent 8329d40 commit a228b48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
### Development
### 4.1.2 / 2021-03-10
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.1...v4.1.2)

Bug Fixes:

* Prevent `NoMethodError` on Rails 4.2 when checking if a test is run
in transaction. (Geremia Taglialatela, #2480)

*Note* Rails 4.2 is only soft supported by the 4.x series of rspec-rails,
an exception was made here as it was a regression introduced by another
bug fix.

### 4.1.1 / 2021-03-09
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.0...v4.1.1)

Bug Fixes:

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
# Current version of RSpec Rails, in semantic versioning format.
STRING = '4.1.1'
STRING = '4.1.2'
end
end
end

0 comments on commit a228b48

Please sign in to comment.