Skip to content

Commit 9aaa12e

Browse files
committed
Lower to Ruby 3.0 to match Herb
1 parent 9d869d9 commit 9aaa12e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Get started with ReActionView in your Rails application.
44

55
## Requirements
66

7-
- **Ruby**: 3.1+ (3.4+ recommended)
7+
- **Ruby**: 3.0+ (3.4+ recommended)
88
- **Rails**: 7.0+ (8.0+ recommended)
99
- **Herb**: The Herb gem will be installed automatically as a dependency
1010

1111
## Install the Gem
1212

13-
Add ReActionView to your Rails application's Gemfile:
13+
Add ReActionView to your Rails application's `Gemfile`:
1414

1515
```ruby
1616
gem "reactionview"

docs/docs/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Overview
22

3-
ReActionView is a new ActionView-compatible ERB engine with modern developer experience - re-imagined with `Herb::Engine`. It provides seamless integration of Herb's HTML-aware ERB rendering engine into Rails applications, compatible with `.html.erb` templates but with modern enhancements like HTML validation, better error feedback, developer-friendly debug mode, and more!
3+
ReActionView is a new ActionView-compatible ERB engine with modern developer experience - re-imagined with `Herb::Engine`.
4+
5+
It provides seamless integration of Herb's HTML-aware ERB rendering engine into Rails applications, compatible with `.html.erb` templates but with modern enhancements like HTML validation, better error feedback, developer-friendly debug mode, and more!
46

57
## The Herb Journey
68

0 commit comments

Comments
 (0)