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 @@ -25,7 +25,7 @@ gem "phlex-rails", "~> 2.3", ">= 2.3.1"
gem "rack-attack", "~> 6.7"
gem "rails_cloudflare_turnstile", "~> 0.4.2"
gem "rails-i18n", "~> 8.0", ">= 8.0.2"
gem "rails_performance", "~> 1.5", ">= 1.5.1"
gem "rails_performance", "~> 1.6"
gem "rswag-api", "~> 2.16"
gem "rswag-ui", "~> 2.16"
gem "sitemap_generator", "~> 6.3"
Expand Down
42 changes: 22 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ GEM
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
benchmark (0.4.1)
benchmark (0.5.0)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (3.2.3)
bigdecimal (3.3.1)
bindex (0.8.1)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -143,7 +143,7 @@ GEM
cssbundling-rails (1.4.3)
railties (>= 6.0.0)
csv (3.3.5)
date (3.4.1)
date (3.5.0)
debug (1.11.0)
irb (~> 1.10)
reline (>= 0.3.8)
Expand All @@ -162,7 +162,7 @@ GEM
dotenv (3.1.8)
drb (2.2.3)
ed25519 (1.4.0)
erb (5.0.2)
erb (5.1.3)
erubi (1.13.1)
et-orbi (1.3.0)
tzinfo
Expand Down Expand Up @@ -314,7 +314,7 @@ GEM
meta-tags (2.22.1)
actionpack (>= 6.0.0, < 8.1)
mini_mime (1.1.5)
minitest (5.25.5)
minitest (5.26.0)
mission_control-jobs (1.1.0)
actioncable (>= 7.1)
actionpack (>= 7.1)
Expand Down Expand Up @@ -346,19 +346,19 @@ GEM
net-protocol
net-ssh (7.3.0)
nio4r (2.7.4)
nokogiri (1.18.9-aarch64-linux-gnu)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-aarch64-linux-musl)
nokogiri (1.18.10-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.9-arm-linux-gnu)
nokogiri (1.18.10-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-arm-linux-musl)
nokogiri (1.18.10-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.9-arm64-darwin)
nokogiri (1.18.10-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
nokogiri (1.18.10-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-musl)
nokogiri (1.18.10-x86_64-linux-musl)
racc (~> 1.4)
oauth2 (2.0.15)
faraday (>= 0.17.3, < 4.0)
Expand Down Expand Up @@ -411,7 +411,7 @@ GEM
phlex (~> 2.3.0)
railties (>= 7.1, < 9)
zeitwerk (~> 2.7)
pp (0.6.2)
pp (0.6.3)
prettyprint
prettyprint (0.2.0)
prism (1.5.0)
Expand All @@ -429,7 +429,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.2.1)
rack (3.2.3)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-mini-profiler (4.0.1)
Expand Down Expand Up @@ -472,7 +472,7 @@ GEM
rails_cloudflare_turnstile (0.4.2)
faraday (>= 1.0, < 3.0)
rails (>= 6.0, < 8.1)
rails_performance (1.5.1)
rails_performance (1.6.0)
browser
railties
redis
Expand All @@ -485,17 +485,18 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.14.2)
rdoc (6.15.0)
erb
psych (>= 4.0.0)
tsort
redcarpet (3.6.1)
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.25.3)
redis-client (0.26.1)
connection_pool
regexp_parser (2.11.2)
reline (0.6.2)
Expand Down Expand Up @@ -643,6 +644,7 @@ GEM
thruster (0.1.15-x86_64-linux)
timeout (0.4.3)
tqdm (0.4.1)
tsort (0.2.0)
turbo-rails (2.0.16)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
Expand All @@ -653,7 +655,7 @@ GEM
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.0.3)
uri (1.0.4)
useragent (0.16.11)
version_gem (1.1.9)
view_component (4.0.2)
Expand Down Expand Up @@ -736,7 +738,7 @@ DEPENDENCIES
rails (~> 8.0, >= 8.0.2.1)
rails-i18n (~> 8.0, >= 8.0.2)
rails_cloudflare_turnstile (~> 0.4.2)
rails_performance (~> 1.5, >= 1.5.1)
rails_performance (~> 1.6)
rspec-rails (~> 8.0, >= 8.0.2)
rswag-api (~> 2.16)
rswag-specs (~> 2.16)
Expand Down
Loading