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

# Data & Serialization
gem 'json', '~> 2.19', '>= 2.19.2'
gem 'csv', '~> 3.2'
gem 'csv', '~> 3.3'
gem 'pg', '~> 1.5', require: 'pg'
gem 'redis', '~> 5.2'

Expand Down
6 changes: 3 additions & 3 deletions backend-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
bcrypt (3.1.22)
coderay (1.1.3)
connection_pool (3.0.2)
csv (3.3.5)
csv (3.3.6)
dotenv (2.8.1)
ffi (1.17.3)
ffi (1.17.3-x64-mingw-ucrt)
Expand Down Expand Up @@ -83,7 +83,7 @@ PLATFORMS

DEPENDENCIES
bcrypt (~> 3.1, >= 3.1.22)
csv (~> 3.2)
csv (~> 3.3)
dotenv (~> 2.8)
ffi (~> 1.15)
json (~> 2.19, >= 2.19.2)
Expand All @@ -107,7 +107,7 @@ CHECKSUMS
bcrypt (3.1.22) sha256=1f0072e88c2d705d94aff7f2c5cb02eb3f1ec4b8368671e19112527489f29032
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
csv (3.3.5) sha256=6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f
csv (3.3.6) sha256=aba61e7e507a66f03d45cb1f3c4b6359861c3504038b422962875dce099e4456
dotenv (2.8.1) sha256=c5944793349ae03c432e1780a2ca929d60b88c7d14d52d630db0508c3a8a17d8
ffi (1.17.3) sha256=0e9f39f7bb3934f77ad6feab49662be77e87eedcdeb2a3f5c0234c2938563d4c
ffi (1.17.3-x64-mingw-ucrt) sha256=5f1d7d067a9a1058ad183dba25b05557cd51c85fc1768c49338eabc1cf242d7c
Expand Down
Loading