Skip to content
Closed
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 apps/govquests-api/infra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
uri (1.0.1)
uri (1.0.3)
zeitwerk (2.7.1)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion apps/govquests-api/rails_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gem "jwt"
gem "memery"
gem "oj"

gem "graphql", "~> 2.3"
gem "graphql", "~> 2.4"
gem "graphiql-rails"
gem "siwe", "~> 2.0"
gem "action_policy"
Expand Down
25 changes: 13 additions & 12 deletions apps/govquests-api/rails_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GEM
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
fiber-storage (1.0.0)
fiber-storage (1.0.1)
forwardable (1.3.3)
fugit (1.11.1)
et-orbi (~> 1, >= 1.2.11)
Expand All @@ -215,9 +215,10 @@ GEM
activesupport (>= 6.1)
graphiql-rails (1.10.1)
railties
graphql (2.4.8)
graphql (2.4.13)
base64
fiber-storage
logger
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
Expand Down Expand Up @@ -279,7 +280,7 @@ GEM
mutant-minitest (0.12.4)
minitest (~> 5.11)
mutant (= 0.12.4)
net-imap (0.5.5)
net-imap (0.5.7)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -295,17 +296,17 @@ GEM
net-ssh (7.3.0)
netrc (0.11.0)
nio4r (2.7.4)
nokogiri (1.18.1-aarch64-linux-gnu)
nokogiri (1.18.8-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-aarch64-linux-musl)
nokogiri (1.18.8-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.1-arm64-darwin)
nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-darwin)
nokogiri (1.18.8-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-gnu)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-musl)
nokogiri (1.18.8-x86_64-linux-musl)
racc (~> 1.4)
oj (3.16.9)
bigdecimal (>= 3.0)
Expand Down Expand Up @@ -349,7 +350,7 @@ GEM
pycall (1.5.2)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.8)
rack (3.1.12)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.1.0)
Expand Down Expand Up @@ -537,7 +538,7 @@ GEM
unparser (0.6.15)
diff-lcs (~> 1.3)
parser (>= 3.3.0)
uri (1.0.2)
uri (1.0.3)
useragent (0.16.11)
websocket-driver (0.7.7)
base64
Expand Down Expand Up @@ -573,7 +574,7 @@ DEPENDENCIES
eth (~> 0.5.12)
faker (~> 3.4)
graphiql-rails
graphql (~> 2.3)
graphql (~> 2.4)
httparty (~> 0.22.0)
infra!
jwt
Expand Down