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
28 changes: 25 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,15 @@ GEM
canable (0.3.0)
capistrano-maintenance (0.0.5)
capistrano (~> 2.0)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (1.2.3)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
Expand Down Expand Up @@ -194,12 +203,13 @@ GEM
addressable (~> 2.3)
letter_opener (1.6.0)
launchy (~> 2.2)
loofah (2.7.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.1)
matrix (0.4.2)
method_source (0.9.2)
mime-types (3.2.2)
mime-types-data (~> 3.2015)
Expand Down Expand Up @@ -254,8 +264,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails-sass-images (1.0.3)
dimensions (> 0)
mime-types (> 0)
Expand All @@ -273,10 +283,13 @@ GEM
ffi (~> 1.0)
redcarpet (3.4.0)
redis (4.0.2)
regexp_parser (2.6.1)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
rexml (3.2.5)
rinku (2.0.4)
rubyzip (2.3.2)
sanitize (4.6.6)
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
Expand All @@ -292,6 +305,10 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (4.7.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sitemap_generator (2.2.1)
spring (2.0.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -326,9 +343,12 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
websocket (1.2.9)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
ruby
Expand All @@ -346,6 +366,7 @@ DEPENDENCIES
canable (~> 0.1)
capistrano (~> 2.15)!
capistrano-maintenance
capybara (>= 2.15)
carrierwave (~> 1.1)
coffee-rails (~> 4.1)
devise (~> 4.3)
Expand Down Expand Up @@ -376,6 +397,7 @@ DEPENDENCIES
redis (~> 4.0)
rinku (~> 2.0)
sass-rails (~> 5.0)
selenium-webdriver
sitemap_generator (~> 2.1)
spring
state_machine (~> 1.2)
Expand Down