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
48 changes: 26 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ GEM
bindex (0.8.1)
bootsnap (1.7.3)
msgpack (~> 1.0)
builder (3.2.4)
builder (3.3.0)
byebug (11.1.3)
cancancan (3.2.1)
capybara (3.35.3)
Expand All @@ -101,7 +101,7 @@ GEM
execjs
coffee-script-source (1.12.2)
commonjs (0.2.7)
concurrent-ruby (1.1.8)
concurrent-ruby (1.3.6)
crass (1.0.6)
database_cleaner-active_record (2.0.0)
activerecord (>= 5.a)
Expand All @@ -115,7 +115,7 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.4.4)
docile (1.3.5)
erubi (1.10.0)
erubi (1.13.1)
execjs (2.7.0)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
Expand All @@ -128,15 +128,15 @@ GEM
globalid (0.4.2)
activesupport (>= 4.2.0)
grease (0.3.2)
i18n (1.8.10)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
jquery-ui-rails (8.0.0)
railties (>= 3.2.16)
json (2.5.1)
jsonapi-renderer (0.2.2)
Expand All @@ -156,28 +156,30 @@ GEM
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1)
loofah (2.25.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
method_source (1.0.0)
method_source (1.1.0)
mini_mime (1.0.3)
minitest (5.14.4)
minitest (6.0.1)
prism (~> 1.5)
msgpack (1.4.2)
nio4r (2.5.7)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.19.0-x86_64-linux-gnu)
racc (~> 1.4)
orm_adapter (0.5.0)
pg (1.2.3)
prism (1.8.0)
public_suffix (4.0.6)
puma (4.3.12)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
racc (1.8.1)
rack (2.2.21)
rack-test (2.2.0)
rack (>= 1.3)
rails (6.1.3.1)
actioncable (= 6.1.3.1)
actionmailbox (= 6.1.3.1)
Expand All @@ -197,18 +199,20 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (6.1.3.1)
actionpack (= 6.1.3.1)
activesupport (= 6.1.3.1)
method_source
rake (>= 0.8.7)
thor (~> 1.0)
rake (13.0.3)
rake (13.3.1)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -281,7 +285,7 @@ GEM
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (1.1.0)
thor (1.5.0)
tilt (2.0.10)
tinymce-rails (5.7.1)
railties (>= 3.1.1)
Expand All @@ -298,7 +302,7 @@ GEM
execjs
rails (>= 3.1)
railties (>= 3.1)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -315,7 +319,7 @@ GEM
will_paginate (3.3.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zeitwerk (2.7.4)

PLATFORMS
x86_64-linux
Expand Down
Loading