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
42 changes: 23 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
sass (>= 3.2.19)
bootstrap-will_paginate (0.0.10)
will_paginate
builder (3.2.2)
builder (3.2.4)
byebug (4.0.5)
columnize (= 0.9.0)
capybara (2.4.4)
Expand All @@ -85,6 +85,8 @@ GEM
execjs
coffee-script-source (1.9.1.1)
columnize (0.9.0)
concurrent-ruby (1.1.8)
crass (1.0.6)
daemons (1.2.2)
dalli (2.7.4)
database_cleaner (1.3.0)
Expand Down Expand Up @@ -139,7 +141,8 @@ GEM
unicode-display_width (~> 0.1.1)
hitimes (1.2.2)
holiday_japan (1.2.0)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
interception (0.5)
jbuilder (2.2.13)
activesupport (>= 3.0.0, < 5)
Expand Down Expand Up @@ -167,24 +170,25 @@ GEM
celluloid (~> 0.16.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
loofah (2.0.1)
loofah (2.9.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.6.0)
mini_portile2 (2.4.0)
minitest (5.14.4)
multi_json (1.11.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
nenv (0.2.0)
newrelic_rpm (3.11.2.286)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.2-x64-mingw32)
mini_portile (~> 0.6.0)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.9.1-x64-mingw32)
mini_portile2 (~> 2.4.0)
notiffany (0.0.6)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -224,7 +228,7 @@ GEM
pry-stack_explorer (0.4.9.2)
binding_of_caller (>= 0.7)
pry (>= 0.9.11)
rack (1.6.0)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.1)
Expand All @@ -238,14 +242,14 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.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.6)
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_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
Expand Down Expand Up @@ -316,14 +320,14 @@ 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)
timers (4.0.1)
hitimes
tooltipster-rails (3.2.6)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (2.7.1)
execjs (>= 0.3.0)
Expand All @@ -344,7 +348,7 @@ GEM
will_paginate (3.0.7)
win32console (1.3.2)
wiselinks (1.2.1)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)
yard (0.8.7.6)

Expand Down