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 @@ -114,7 +114,7 @@ group :development, :test do
gem "brakeman", "~> 8.0", require: false

# used to find n+1 queries
gem "prosopite", "~> 2.1"
gem "prosopite", "~> 2.2"
gem "pg_query", "~> 6.2"

# bundle show | rg rubocop | cut -d' ' -f4 | xargs bundle update
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ GEM
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
prosopite (2.1.2)
prosopite (2.2.0)
protobug (0.1.0)
protobug_googleapis_field_behavior_protos (0.1.0)
protobug (= 0.1.0)
Expand Down Expand Up @@ -982,7 +982,7 @@ DEPENDENCIES
pp (= 0.6.3)
prop_initializer (~> 0.2)
propshaft (~> 1.3.2)
prosopite (~> 2.1)
prosopite (~> 2.2)
puma (~> 6.6)
puma-plugin-statsd (~> 2.7)
pundit (~> 2.5)
Expand Down Expand Up @@ -1256,7 +1256,7 @@ CHECKSUMS
prism (1.9.0) sha256=7b530c6a9f92c24300014919c9dcbc055bf4cdf51ec30aed099b06cd6674ef85
prop_initializer (0.3.0) sha256=7ccbe912ba808fb46404d50a594a884ca0f3f43278b34de552be9a2ba1acb162
propshaft (1.3.2) sha256=1d56a3e56a92c21bfc29caf07406b5386b00d4c47ddf357cf989a5a234b1389e
prosopite (2.1.2) sha256=ca474e5b83bf65cdb1b3d44f848ceb3270c1e3474a9c20fd9228114bf766fd0b
prosopite (2.2.0) sha256=14affaa3ff0ff15abe8f6ae2951de0984dc6da5df1c42333692d2c0789d08b91
protobug (0.1.0) sha256=5bf1356cedf99dcf311890743b78f5e602f62ca703e574764337f1996b746bf2
protobug_googleapis_field_behavior_protos (0.1.0) sha256=db48ef6a5913b2355b4a6931ab400a9e3e995fb48499977a3ad0be6365f9e265
protobug_sigstore_protos (0.1.0) sha256=4ad1eebaf6454131b6f432dda50ad0e513773613474b92470847614a5acacce1
Expand Down
Loading