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
52 changes: 28 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
bootstrap_form (2.3.0)
builder (3.2.2)
builder (3.2.3)
bullet (4.14.10)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.9.0)
Expand All @@ -92,6 +92,8 @@ GEM
rack-test (>= 0.5.4)
xpath (~> 2.0)
coderay (1.1.0)
concurrent-ruby (1.1.5)
crass (1.0.4)
cucumber (1.3.20)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
Expand Down Expand Up @@ -137,12 +139,13 @@ GEM
html2haml (>= 1.0.1)
railties (>= 4.0.1)
hashie (3.4.3)
html2haml (2.0.0)
html2haml (2.2.0)
erubis (~> 2.7.0)
haml (~> 4.0.0)
nokogiri (~> 1.6.0)
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jquery-datatables-rails (3.3.0)
actionpack (>= 3.1)
jquery-rails
Expand All @@ -154,19 +157,20 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (1.8.3)
json (1.8.6)
kaminari (0.15.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.10.0)
libv8 (3.16.14.13)
loofah (2.0.3)
loofah (2.3.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (5.8.3)
mini_portile2 (2.4.0)
minitest (5.12.2)
momentjs-rails (2.10.6)
railties (>= 3.1)
multi_json (1.11.2)
Expand All @@ -175,8 +179,8 @@ GEM
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.0.1)
nokogiri (1.6.7)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
Expand All @@ -186,7 +190,7 @@ GEM
omniauth (~> 1.2.0)
pg (0.18.4)
pothoven-attachment_fu (3.2.16)
rack (1.6.4)
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.5)
Expand All @@ -202,12 +206,12 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-observers (0.1.2)
activemodel (~> 4.0)
rails_12factor (0.0.3)
Expand Down Expand Up @@ -245,8 +249,8 @@ GEM
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
ruby_parser (3.7.2)
sexp_processor (~> 4.1)
ruby_parser (3.14.0)
sexp_processor (~> 4.9)
rubycas-client (2.3.9)
activesupport
sass (3.4.19)
Expand All @@ -259,7 +263,7 @@ GEM
scrypt (2.0.2)
ffi-compiler (>= 0.0.2)
rake
sexp_processor (4.6.0)
sexp_processor (4.13.0)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
Expand All @@ -279,9 +283,9 @@ GEM
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
tzinfo (1.2.2)
thread_safe (0.3.6)
tilt (2.0.10)
tzinfo (1.2.5)
thread_safe (~> 0.1)
ucb_ldap (2.0.0.pre5)
net-ldap (= 0.2.2)
Expand All @@ -296,7 +300,7 @@ GEM
will_paginate (3.0.7)
will_paginate-bootstrap (1.0.1)
will_paginate (>= 3.0.3)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)
yard (0.8.7.6)

Expand Down