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
49 changes: 28 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
bcrypt (3.1.11-java)
bootstrap-sass (2.3.2.2)
sass (~> 3.2)
builder (3.2.2)
builder (3.2.4)
bullet (5.4.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
Expand Down Expand Up @@ -101,6 +101,7 @@ GEM
coderay (1.1.1)
concurrent-ruby (1.0.2)
concurrent-ruby (1.0.2-java)
crass (1.0.6)
crb (1.0.1)
cucumber (1.3.20)
builder (>= 2.1.2)
Expand Down Expand Up @@ -157,7 +158,8 @@ GEM
http-cookie (1.0.2)
domain_name (~> 0.5)
human_attribute (1.0.0)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
icalendar (2.4.1)
jdbc-mysql (5.1.38)
jdbc-postgres (9.4.1206)
Expand Down Expand Up @@ -191,25 +193,29 @@ GEM
activesupport (>= 4, < 5.1)
railties (>= 4, < 5.1)
logstash-event (1.2.02)
loofah (2.0.3)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
machinist (1.0.6)
mail (2.6.4)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (2.99.3)
mimemagic (0.3.2)
mini_portile2 (2.1.0)
minitest (5.9.1)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_portile2 (2.8.0)
minitest (5.16.3)
multi_json (1.12.1)
multi_test (0.1.2)
mysql2 (0.4.4)
net-ldap (0.15.0)
netrc (0.11.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
nokogiri (1.6.8-java)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.9-java)
racc (~> 1.4)
orm_adapter (0.5.0)
paperclip (5.1.0)
activemodel (>= 4.2.0)
Expand All @@ -218,7 +224,6 @@ GEM
mime-types
mimemagic (~> 0.3.0)
pg (0.18.4)
pkg-config (1.1.7)
poltergeist (1.10.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
Expand All @@ -235,7 +240,9 @@ GEM
spoon (~> 0.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.4)
racc (1.6.0)
racc (1.6.0-java)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.7.1)
Expand All @@ -249,14 +256,14 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.7.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
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.3)
loofah (~> 2.0)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-observers (0.1.2)
activemodel (~> 4.0)
rails-perftest (0.0.6)
Expand Down Expand Up @@ -338,8 +345,8 @@ GEM
test_after_commit (1.1.0)
activerecord (>= 3.2)
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.5-java)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
tilt (2.0.5)
timecop (0.8.1)
tzinfo (1.2.2)
Expand All @@ -362,7 +369,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
will_paginate (3.1.3)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)
ya2yaml (0.31)

Expand Down