Skip to content
Open
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
17 changes: 11 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ GEM
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.4.1)
debug (1.5.0)
irb (>= 1.3.6)
reline (>= 0.2.7)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -264,6 +264,9 @@ GEM
grape-swagger (2.0.0)
grape (>= 1.7, < 3.0)
rack-test (~> 2)
grape-swagger-rails (0.6.0)
ostruct
railties (>= 6.0.6.1)
grape_on_rails_routes (0.3.2)
rails (>= 3.1.1)
graphiql-rails (1.8.0)
Expand Down Expand Up @@ -381,9 +384,9 @@ GEM
net-smtp (0.4.0.1)
netrc (0.11.0)
nio4r (2.7.3)
nokogiri (1.18.4-arm64-darwin)
nokogiri (1.18.8-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.4-x86_64-linux-gnu)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -623,6 +626,7 @@ GEM
opentelemetry-semantic_conventions (1.10.1)
opentelemetry-api (~> 1.0)
orm_adapter (0.5.0)
ostruct (0.6.1)
overcommit (0.59.1)
childprocess (>= 0.6.3, < 5)
iniparse (~> 1.4)
Expand Down Expand Up @@ -934,7 +938,7 @@ DEPENDENCIES
connection_pool
crono
database_cleaner-active_record
debug
debug (>= 1.6.2)
devise
devise-jwt
dotenv-rails
Expand All @@ -945,6 +949,7 @@ DEPENDENCIES
git_diff_parser
grape
grape-swagger
grape-swagger-rails
grape_on_rails_routes
graphiql-rails
graphql (~> 2.0)
Expand Down