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
48 changes: 24 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
execjs
awesome_nested_set (3.1.4)
activerecord (>= 4.0.0, < 5.3)
bcrypt (3.1.12)
bcrypt (3.1.15)
better_errors (2.5.0)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
Expand All @@ -94,7 +94,7 @@ GEM
autoprefixer-rails (>= 6.0.3)
popper_js (>= 1.12.9, < 2)
sass (>= 3.5.2)
builder (3.2.3)
builder (3.2.4)
byebug (10.0.2)
capistrano (3.11.0)
airbrussh (>= 1.0.0)
Expand All @@ -119,19 +119,19 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
crass (1.0.4)
concurrent-ruby (1.1.6)
crass (1.0.6)
debug_inspector (0.0.3)
devise (4.5.0)
devise (4.7.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
dynamic_form (1.1.4)
erubi (1.7.1)
erubi (1.9.0)
excon (0.62.0)
execjs (2.7.0)
faker (1.9.1)
Expand Down Expand Up @@ -309,7 +309,7 @@ GEM
railties (>= 4.0.1)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.1.1)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
ipaddress (0.8.3)
Expand All @@ -331,7 +331,7 @@ GEM
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
kgio (2.11.2)
loofah (2.2.3)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -345,8 +345,8 @@ GEM
mimemagic (0.3.2)
mini_magick (4.8.0)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
mini_portile2 (2.4.0)
minitest (5.14.1)
multi_json (1.13.1)
mysql2 (0.4.10)
net-scp (1.2.1)
Expand All @@ -357,8 +357,8 @@ GEM
nifty-key-value-store (1.0.2)
nifty-utils (1.1.7)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
ovirt-engine-sdk (4.2.4)
json (>= 1, < 3)
Expand All @@ -369,7 +369,7 @@ GEM
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
rack (2.0.6)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.1.1)
Expand All @@ -388,8 +388,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-i18n (5.1.2)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
Expand All @@ -405,7 +405,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
raindrops (0.19.0)
rake (12.3.1)
rake (13.0.1)
ransack (2.0.1)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand All @@ -423,9 +423,9 @@ GEM
nokogiri (~> 1.5)
trollop (~> 2.1)
redcarpet (3.4.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand Down Expand Up @@ -460,11 +460,11 @@ GEM
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.8.0)
thor (0.20.3)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.9)
trollop (2.9.9)
tzinfo (1.2.5)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand All @@ -474,8 +474,8 @@ GEM
unicorn (5.4.1)
kgio (~> 2.6)
raindrops (~> 0.7)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
Expand Down