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
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
codeclimate-test-reporter (0.4.5)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.0)
crass (1.0.6)
daemons (1.4.1)
database_cleaner (1.8.5)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
mail (~> 2.7)
erb2haml (0.1.5)
html2haml
erubi (1.10.0)
erubi (1.12.0)
erubis (2.7.0)
eventmachine (1.0.9.1)
exception_notification (4.4.0)
Expand Down Expand Up @@ -182,13 +182,13 @@ GEM
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.10)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jquery-rails (4.3.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.2.0)
jquery-ui-rails (6.0.0)
railties (>= 3.2.16)
json (2.3.1)
kaminari (1.2.1)
Expand All @@ -208,7 +208,7 @@ GEM
addressable (~> 2.7)
libnotify (0.9.4)
ffi (>= 1.0.11)
loofah (2.12.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -221,8 +221,8 @@ GEM
method_source (1.0.0)
mime-types (1.25.1)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
mini_portile2 (2.8.1)
minitest (5.17.0)
msgpack (1.3.1)
mysql2 (0.5.3)
net-scp (2.0.0)
Expand All @@ -234,8 +234,8 @@ GEM
net-ssh (>= 4.0.0)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
orm_adapter (0.5.0)
pry (0.13.1)
Expand All @@ -245,12 +245,12 @@ GEM
pry (>= 0.10.4)
psych (2.0.13)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.4)
racc (1.6.2)
rack (2.2.6.2)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rails (6.0.4.1)
actioncable (= 6.0.4.1)
actionmailbox (= 6.0.4.1)
Expand All @@ -273,8 +273,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails_best_practices (1.20.0)
activesupport
code_analyzer (>= 0.5.1)
Expand Down Expand Up @@ -371,7 +371,7 @@ GEM
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -391,7 +391,7 @@ GEM
chronic (>= 0.6.3)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand Down