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
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
builder (3.2.2)
builder (3.2.3)
bullet (5.1.1)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.10.0)
Expand All @@ -63,6 +63,8 @@ GEM
execjs
coffee-script-source (1.10.0)
commonjs (0.2.7)
concurrent-ruby (1.1.5)
crass (1.0.5)
diff-lcs (1.2.5)
erubis (2.7.0)
execjs (2.7.0)
Expand All @@ -77,15 +79,16 @@ GEM
activesupport (>= 4.1.0)
google-analytics-rails (1.1.0)
hike (1.2.3)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
jquery-rails (4.1.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (1.8.6)
less (2.6.0)
commonjs (~> 0.2.7)
less-rails (2.7.1)
Expand All @@ -94,26 +97,25 @@ GEM
sprockets (> 2, < 4)
tilt
libv8 (3.16.14.15)
loofah (2.0.3)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.0)
mini_portile2 (2.4.0)
minitest (5.13.0)
multi_json (1.12.1)
mysql2 (0.4.4)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
newrelic_rpm (3.16.0.318)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
pkg-config (1.1.7)
rack (1.6.4)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
rack (1.6.11)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
rack-test (0.6.3)
Expand All @@ -131,12 +133,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.3)
loofah (~> 2.0)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (4.2.6)
actionpack (= 4.2.6)
activesupport (= 4.2.6)
Expand Down Expand Up @@ -187,7 +189,7 @@ GEM
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.5)
thread_safe (0.3.6)
tilt (1.4.1)
turbolinks (5.0.0)
turbolinks-source (~> 5)
Expand All @@ -197,7 +199,7 @@ GEM
execjs
rails (>= 3.1)
railties (>= 3.1)
tzinfo (1.2.2)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (3.0.0)
execjs (>= 0.3.0, < 3)
Expand Down