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 backend-server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rack', '>= 3.2.6'
gem 'rack-session', '>= 2.1.2'

# Data & Serialization
gem 'json', '~> 2.19', '>= 2.19.2'
gem 'json', '~> 2.19'
gem 'csv', '~> 3.2'
gem 'pg', '~> 1.5', require: 'pg'
gem 'redis', '~> 5.2'
Expand Down
7 changes: 3 additions & 4 deletions backend-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
ffi (1.17.3-x64-mingw-ucrt)
ffi (1.17.3-x86_64-linux-gnu)
io-console (0.8.2)
json (2.19.5)
json (2.19.8)
language_server-protocol (3.17.0.5)
logger (1.7.0)
method_source (1.1.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ DEPENDENCIES
csv (~> 3.2)
dotenv (~> 2.8)
ffi (~> 1.15)
json (~> 2.19, >= 2.19.2)
json (~> 2.19)
minitest (~> 5.18)
mocha (~> 2.0)
pg (~> 1.5)
Expand All @@ -102,7 +102,6 @@ DEPENDENCIES
sinatra (~> 4.0)
sinatra-contrib (~> 4.0)

CHECKSUMS
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
bcrypt (3.1.22) sha256=1f0072e88c2d705d94aff7f2c5cb02eb3f1ec4b8368671e19112527489f29032
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
Expand All @@ -113,7 +112,7 @@ CHECKSUMS
ffi (1.17.3-x64-mingw-ucrt) sha256=5f1d7d067a9a1058ad183dba25b05557cd51c85fc1768c49338eabc1cf242d7c
ffi (1.17.3-x86_64-linux-gnu) sha256=3746b01f677aae7b16dc1acb7cb3cc17b3e35bdae7676a3f568153fb0e2c887f
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
json (2.19.5) sha256=218a18553e4801d579ca7e0f5bc72bafd776d7397238a1fb4e74db5b0a812c59
json (2.19.8) sha256=6354310fd76ef69b87d5bd1f38b40d730613baf90b6803d2d0a48f618d32dfaa
language_server-protocol (3.17.0.5) sha256=fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc
logger (1.7.0) sha256=196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
Expand Down
Loading