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
32 changes: 19 additions & 13 deletions server/src/main/webapp/WEB-INF/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
builder (3.2.4)
capybara (3.40.0)
addressable
Expand All @@ -84,16 +86,20 @@ GEM
date (3.3.4-java)
diff-lcs (1.5.1)
erubi (1.12.0)
ffi (1.16.3-java)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
ffi (1.17.0-java)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.25.2-java)
google-protobuf (4.27.1-java)
bigdecimal
ffi (~> 1)
ffi-compiler (~> 1)
google-protobuf (3.25.2-x86_64-linux)
rake (>= 13)
google-protobuf (4.27.1-x86_64-linux)
bigdecimal
rake (>= 13)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
js-routes (1.4.14)
Expand Down Expand Up @@ -164,7 +170,7 @@ GEM
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.1.0)
rake (13.2.1)
regexp_parser (2.9.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
Expand All @@ -185,13 +191,13 @@ GEM
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
sass-embedded (1.70.0)
google-protobuf (~> 3.25)
rake (>= 13.0.0)
sass-embedded (1.70.0-x86_64-linux-gnu)
google-protobuf (~> 3.25)
sassc-embedded (1.70.0)
sass-embedded (~> 1.70)
sass-embedded (1.77.5)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13)
sass-embedded (1.77.5-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sassc-embedded (1.76.0)
sass-embedded (~> 1.76)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down