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
57 changes: 34 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
arel (6.0.4)
ast (2.4.0)
babel-source (5.8.35)
Expand All @@ -48,25 +48,26 @@ GEM
backports (3.11.3)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.3)
builder (3.2.4)
bundler-audit (0.6.0)
bundler (~> 1.2)
thor (~> 0.18)
byebug (10.0.2)
cancan (1.6.10)
capybara (3.1.1)
capybara (3.32.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.0)
regexp_parser (~> 1.5)
xpath (~> 3.2)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
cliver (0.3.2)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crass (1.0.5)
concurrent-ruby (1.1.10)
crass (1.0.6)
cucumber (3.1.1)
builder (>= 2.1.2)
cucumber-core (~> 3.1.0)
Expand Down Expand Up @@ -137,7 +138,7 @@ GEM
haml (>= 4.0.6, < 6.0)
html2haml (>= 1.0.1)
railties (>= 4.0.1)
hashie (3.5.7)
hashie (5.0.0)
highline (2.0.0)
html2haml (2.2.0)
erubis (~> 2.7.0)
Expand Down Expand Up @@ -175,7 +176,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.3.1)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
Expand All @@ -187,25 +188,28 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_mime (1.0.2)
mini_mime (1.1.2)
mini_portile2 (2.4.0)
minitest (5.12.2)
minitest (5.15.0)
multi_json (1.13.1)
multi_test (0.1.2)
nenv (0.3.0)
nio4r (2.5.2)
nokogiri (1.10.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
oauth (0.5.4)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
oauth (0.6.2)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
omniauth (2.0.4)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth (1.1.0)
rack-protection
omniauth-oauth (1.2.0)
oauth
omniauth (~> 1.0)
omniauth (>= 1.0, < 3)
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
Expand All @@ -221,11 +225,13 @@ GEM
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.2)
public_suffix (4.0.7)
puma (4.2.1)
nio4r (~> 2.0)
rack (1.6.11)
rack (1.6.13)
rack-cors (1.0.2)
rack-protection (2.2.2)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.11.1)
Expand All @@ -239,13 +245,13 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11.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.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (4.2.11.1)
actionpack (= 4.2.11.1)
Expand All @@ -258,6 +264,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (4.3.0)
regexp_parser (1.8.2)
render (0.1.3)
addressable
macaddr (~> 1.7.1)
Expand Down Expand Up @@ -306,6 +313,9 @@ GEM
shellany (0.0.1)
shotgun (0.9.2)
rack (>= 1.0)
snaky_hash (2.0.0)
hashie
version_gem (~> 1.1)
spring (2.0.2)
activesupport (>= 4.2)
sprockets (3.7.2)
Expand Down Expand Up @@ -334,11 +344,12 @@ GEM
turbolinks (5.1.1)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
tzinfo (1.2.5)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
uuid (2.3.9)
macaddr (~> 1.0)
version_gem (1.1.0)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
Expand All @@ -347,7 +358,7 @@ GEM
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.1.0)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
Expand Down