Skip to content

Commit

Permalink
Gemfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
loadkpi committed Nov 4, 2024
1 parent 86d3b5a commit c7482b1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 44 deletions.
72 changes: 31 additions & 41 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,106 +7,96 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
base64
bigdecimal
activesupport (6.1.7.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
armitage-rubocop (1.36.0)
rubocop (= 1.36.0)
rubocop-performance (= 1.15.0)
rubocop-rails (= 2.16.1)
zeitwerk (~> 2.3)
armitage-rubocop (1.26.1.1)
rubocop (= 1.26.1)
rubocop-performance (= 1.13.3)
rubocop-rails (= 2.14.2)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.13.2)
rubocop-rspec (= 2.9.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.7)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
fuubar (2.5.1)
rspec-core (~> 3.0)
ruby-progressbar (~> 1.4)
i18n (1.14.4)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
minitest (5.22.3)
mutex_m (0.2.0)
minitest (5.15.0)
parallel (1.24.0)
parallel_tests (4.6.0)
parallel_tests (3.12.1)
parallel
parser (3.3.5.0)
ast (~> 2.4.1)
racc
qonfig (0.28.0)
qonfig (0.26.0)
racc (1.8.1)
rack (3.0.10)
rack (3.1.7)
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.8)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.36.0)
json (~> 2.3)
rubocop (1.26.1)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
rexml
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.15.0)
rubocop-ast (1.17.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.16.1)
rubocop-rails (2.14.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.13.2)
rubocop (~> 1.33)
rubocop-rspec (2.9.0)
rubocop (~> 1.19)
ruby-progressbar (1.13.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
zeitwerk (2.6.18)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
activesupport (>= 7.1)
activesupport (>= 6.0)
armitage-rubocop (>= 0.82)
crawler_detect!
fuubar (>= 2.5)
parallel_tests (>= 4.0)
parallel_tests (>= 3.0)
rack-test (>= 2.1)
rake (>= 13.1)
rspec (>= 3.13)

BUNDLED WITH
2.5.6
2.3.27
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Comparing with other popular bot-detection gems:
| | CrawlerDetect | Voight-Kampff | Browser |
|--|--|--|--|
| Number of bot-patterns | >1000 | ~280 | ~280 |
| Number of checked HTTP-headers | 10 | 1 | 1 |
| Number of checked HTTP-headers | 11 | 1 | 1 |
| Number of updates of bot-list *(1st half of 2018)* | 14 | 1 | 7 |

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.
Expand Down
4 changes: 2 additions & 2 deletions crawler_detect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Gem::Specification.new do |spec|

spec.add_dependency "qonfig", ">= 0.24"

spec.add_development_dependency "activesupport", ">= 7.1"
spec.add_development_dependency "activesupport", ">= 6.0"
spec.add_development_dependency "fuubar", ">= 2.5"
spec.add_development_dependency "parallel_tests", ">= 4.0"
spec.add_development_dependency "parallel_tests", ">= 3.0"
spec.add_development_dependency "rack-test", ">= 2.1"
spec.add_development_dependency "rake", ">= 13.1"
spec.add_development_dependency "rspec", ">= 3.13"
Expand Down

0 comments on commit c7482b1

Please sign in to comment.