Skip to content

Commit 2790d03

Browse files
Update Readme
1 parent b8e56d8 commit 2790d03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ gem 'axlsx', git: 'https://github.com/randym/axlsx.git', ref: 'c8ac844'
2323
gem 'axlsx_rails'
2424
```
2525

26+
**NOTE:** Axlsx has been pending release for a long time. You must specify the master on github to support Rubyzip 1.2.1.
27+
2628
If `rubyzip 1.0.0` is needed:
2729

2830
```ruby
@@ -41,7 +43,7 @@ gem 'axlsx_rails'
4143

4244
## Requirements
4345

44-
* Rails 4.1, 4.2, 5.0 or 5.1 (tested)
46+
* Rails 4.2, 5.0 or 5.1 (tested)
4547
* For Rails 3.1 or 3.2 use version 3.0
4648
* **As of 0.5.0 requires Axlsx 2.0.1, but strongly suggests 2.1.0.pre, which requires rubyzip 1.1.0**
4749
* As of Rails 4.1 you must use `render_to_string` to render a mail attachment.

0 commit comments

Comments
 (0)