Skip to content

Commit 52151e0

Browse files
committed
Bump to v2.2.1
1 parent 15a371c commit 52151e0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.2.1
2+
3+
Fixes support for Rails <5.2 (regression introduced in v2.2.0).
4+
15
## v2.2.0
26

37
Adds CSP nonce to inline script tags if CSP is enabled on Rails v5.2+.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ REP comes with two themes: a simple standalone theme, and a theme that uses [Boo
1717
Add [![Gem Version][gem-badge]][gem] to Gemfile:
1818

1919
```ruby
20-
gem 'rails_email_preview', '~> 2.2.0'
20+
gem 'rails_email_preview', '~> 2.2.1'
2121
```
2222

2323
Add an initializer and the routes:

lib/rails_email_preview/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsEmailPreview
2-
VERSION = '2.2.0'
2+
VERSION = '2.2.1'
33
end

0 commit comments

Comments
 (0)