You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Comparing with other popular bot-detection gems:
17
17
18
18
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.
19
19
20
+
## Requirements
21
+
22
+
- Ruby: MRI 2.5+ or JRuby 9.3+.
23
+
20
24
## Installation
21
25
Add this line to your application's Gemfile:
22
26
@@ -69,5 +73,14 @@ end
69
73
```
70
74
Make sure that your files are correct JSON files.
71
75
Look at [the raw files](https://github.com/loadkpi/crawler_detect/tree/master/lib/crawler_detect/library/raw) which are used by default for more information.
76
+
77
+
## Development
78
+
79
+
You can run `rubocop` \ `rspec` with any ruby version using docker like this:
0 commit comments