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
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -201,11 +201,11 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
highline (2.0.3)
i18n (1.8.10)
i18n (1.8.11)
concurrent-ruby (~> 1.0)
i18n-spec (0.6.0)
iso
i18n-tasks (0.9.34)
i18n-tasks (0.9.36)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
erubi
Expand DownExpand Up@@ -252,7 +252,7 @@ GEM
kramdown (~> 2.0)
launchy (2.5.0)
addressable (~> 2.7)
loofah (2.12.0)
loofah (2.13.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All@@ -270,7 +270,7 @@ GEM
mime-types-data (3.2021.0704)
mini_mime (1.1.0)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest (5.15.0)
mixlib-cli (2.1.8)
mixlib-config (3.0.9)
tomlrb
Expand All@@ -295,7 +295,7 @@ GEM
parallel (1.21.0)
parallel_tests (3.7.3)
parallel
parser (3.0.0.0)
parser (3.0.3.2)
ast (~> 2.4.1)
phantomjs (2.1.1.0)
pry (0.13.1)
Expand All@@ -311,8 +311,8 @@ GEM
public_suffix (4.0.6)
pundit (2.1.1)
activesupport (>= 3.0.0)
racc (1.5.2)
racc (1.5.2-java)
racc (1.6.0)
racc (1.6.0-java)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand All@@ -334,7 +334,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
Expand DownExpand Up@@ -430,14 +430,14 @@ GEM
sqlite3 (1.4.2)
sys-uname (1.2.2)
ffi (~> 1.1)
terminal-table (3.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.1.0)
tilt (2.0.10)
tomlrb (1.3.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)
warden (1.2.9)
rack (>= 2.0.9)
webrick (1.7.0)
Expand All@@ -449,7 +449,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.26)
zeitwerk (2.4.2)
zeitwerk (2.5.1)

PLATFORMS
java
Expand Down