Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ gem "logger", "1.7.0"
gem "nokogiri", "~> 1.18.0"

# Bot Challenge Page
gem "bot_challenge_page", "~> 0.4.0"
gem "bot_challenge_page", "~> 1.0.0"
gem "rack-attack", "~> 6.8"
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ GEM
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
benchmark (0.4.1)
bigdecimal (3.2.3)
benchmark (0.5.0)
bigdecimal (3.3.1)
bindex (0.8.1)
blacklight (7.41.0)
deprecation
Expand All @@ -115,10 +115,9 @@ GEM
bootstrap (4.6.2.1)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.16.1, < 2)
bot_challenge_page (0.4.0)
bot_challenge_page (1.0.0)
http (~> 5.2)
rack-attack (~> 6.7)
rails (>= 7.1, < 8.1)
rails (>= 7.1, < 8.2)
builder (3.3.0)
capistrano (3.17.3)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -184,7 +183,7 @@ GEM
drb (2.2.3)
dry-cli (1.3.0)
ed25519 (1.4.0)
erb (5.0.2)
erb (5.1.1)
erubi (1.13.1)
exception_notification (5.0.1)
actionmailer (>= 7.1, < 9)
Expand Down Expand Up @@ -261,7 +260,7 @@ GEM
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-cookie (1.0.8)
http-cookie (1.1.0)
domain_name (~> 0.5)
http-form_data (2.3.0)
httparty (0.23.1)
Expand Down Expand Up @@ -322,7 +321,8 @@ GEM
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mail (2.9.0)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
Expand All @@ -341,7 +341,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitar (1.1.0)
minitest (5.25.5)
minitest (5.26.0)
msgpack (1.8.0)
multi_json (1.17.0)
multi_xml (0.7.2)
Expand All @@ -353,7 +353,7 @@ GEM
uri
net-http-persistent (4.0.6)
connection_pool (~> 2.2, >= 2.2.4)
net-imap (0.5.10)
net-imap (0.5.12)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -387,7 +387,7 @@ GEM
rackup (>= 1.0.1)
rake (>= 12.3.3)
popper_js (1.16.1)
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.5.1)
Expand Down Expand Up @@ -444,9 +444,10 @@ GEM
rainbow (3.1.1)
rake (13.3.0)
rchardet (1.10.0)
rdoc (6.14.2)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.26.0)
Expand Down Expand Up @@ -568,6 +569,7 @@ GEM
tilt (2.6.1)
timeout (0.4.3)
track_open_instances (0.1.15)
tsort (0.2.0)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
Expand Down Expand Up @@ -631,7 +633,7 @@ DEPENDENCIES
blacklight_allmaps
bootsnap
bootstrap (~> 4.0)
bot_challenge_page (~> 0.4.0)
bot_challenge_page (~> 1.0.0)
capistrano (~> 3.17.1)
capistrano-bundler (~> 2.1.0)
capistrano-git (= 0.0.2)
Expand Down
Loading