Skip to content
Closed
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
19 changes: 16 additions & 3 deletions ruby/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GEM
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
erubi (1.9.0)
ffi (1.11.3)
ffi (1.11.3-x64-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand All @@ -100,20 +101,23 @@ GEM
mime-types-data (3.2020.0425)
mimemagic (0.3.3)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
msgpack (1.3.1)
msgpack (1.3.1-x64-mingw32)
multi_json (1.14.1)
netrc (0.11.0)
nio4r (2.5.2)
nokogiri (1.10.5-x64-mingw32)
mini_portile2 (~> 2.4.0)
nokogiri (1.13.6-x64-mingw32)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
pdf-core (0.8.1)
pki_express (1.2.0)
prawn (2.3.0)
pdf-core (~> 0.8.1)
ttfunk (~> 1.6)
public_suffix (4.0.1)
racc (1.6.0)
rack (2.0.7)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -147,6 +151,11 @@ GEM
thor (>= 0.20.3, < 2.0)
rake (13.0.1)
regexp_parser (1.6.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rest-client (2.1.0-x64-mingw32)
ffi (~> 1.9)
http-accept (>= 1.7.0, < 2.0)
Expand All @@ -159,6 +168,8 @@ GEM
rubyzip (2.0.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.2.1)
ffi (~> 1.9)
sassc (2.2.1-x64-mingw32)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand Down Expand Up @@ -187,6 +198,7 @@ GEM
tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unf_ext (0.0.7.7-x64-mingw32)
web-console (4.0.1)
actionview (>= 6.0.0)
Expand All @@ -210,6 +222,7 @@ GEM

PLATFORMS
x64-mingw32
x86_64-linux

DEPENDENCIES
bootsnap (>= 1.4.2)
Expand Down