Skip to content

Commit 39fd5d2

Browse files
committed
add jruby
1 parent dc271e2 commit 39fd5d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
21+
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, jruby-9.3, jruby-head]
2222
test-group: [1, 2, 3, 4]
2323
name: Ruby ${{ matrix.ruby }}, test-group ${{ matrix.test-group }}
2424
steps:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Comparing with other popular bot-detection gems:
1717

1818
In order to remain up-to-date, this gem does not accept any crawler data updates – any PRs to edit the crawler data should be offered to the original [JayBizzle/CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) project.
1919

20+
## Requirements
21+
22+
- Ruby: MRI 2.5+ or JRuby 9.3+.
23+
2024
## Installation
2125
Add this line to your application's Gemfile:
2226

0 commit comments

Comments
 (0)