Skip to content

Commit

Permalink
Updated apipie-rails to prevent 500 error when someone tries to acces…
Browse files Browse the repository at this point in the history
…s a path with invalid UTF-8 characters
  • Loading branch information
Dantemss committed Sep 25, 2023
1 parent b5ed3e0 commit d43938d
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ GEM
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.0.1)
apipie-rails (0.5.15)
rails (>= 4.1)
apipie-rails (1.2.2)
actionpack (>= 5.0)
activesupport (>= 5.0)
ar-sequence (0.1.2)
activerecord
arel (9.0.0)
Expand Down Expand Up @@ -209,6 +210,7 @@ GEM
safe_yaml (~> 1.0.0)
crass (1.0.6)
database_cleaner (1.7.0)
date (3.3.3)
db-query-matchers (0.9.0)
activesupport (>= 4.0, <= 6.0)
rspec (~> 3.0)
Expand Down Expand Up @@ -314,7 +316,7 @@ GEM
formatador (0.2.5)
get_process_mem (0.2.7)
ffi (~> 1.0)
globalid (1.0.1)
globalid (1.1.0)
activesupport (>= 5.0)
guard (2.15.0)
formatador (>= 0.2.4)
Expand Down Expand Up @@ -397,8 +399,11 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lumberjack (1.0.13)
mail (2.7.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
maruku (0.7.3)
matrix (0.4.2)
Expand All @@ -413,20 +418,29 @@ GEM
mini_portile2 (2.8.4)
mini_racer (0.6.2)
libv8-node (~> 16.10.0.0)
minitest (5.19.0)
minitest (5.20.0)
msgpack (1.3.3)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
nenv (0.3.0)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.4.0)
net-protocol
nifty-generators (0.4.6)
nio4r (2.5.9)
nokogiri (1.15.3)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-darwin)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.1)
nenv (~> 0.1)
Expand Down Expand Up @@ -719,6 +733,7 @@ GEM
tilt (2.0.9)
timecop (0.9.1)
timeliness (0.3.10)
timeout (0.4.0)
transaction_isolation (1.0.5)
activerecord (>= 3.0.11)
turbolinks (5.2.0)
Expand Down Expand Up @@ -758,7 +773,7 @@ GEM
railties (>= 5.2)
semantic_range (>= 2.3.0)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
whenever (0.10.0)
Expand Down

0 comments on commit d43938d

Please sign in to comment.