Skip to content

Commit

Permalink
add jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
loadkpi committed Mar 20, 2024
1 parent dc271e2 commit 39fd5d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3]
ruby: [2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, jruby-9.3, jruby-head]
test-group: [1, 2, 3, 4]
name: Ruby ${{ matrix.ruby }}, test-group ${{ matrix.test-group }}
steps:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Comparing with other popular bot-detection gems:

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.

## Requirements

- Ruby: MRI 2.5+ or JRuby 9.3+.

## Installation
Add this line to your application's Gemfile:

Expand Down

0 comments on commit 39fd5d2

Please sign in to comment.