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
43 changes: 39 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
activesupport (4.2.10)
i18n (~> 0.7)
Expand All @@ -15,6 +15,10 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-webkit (1.15.1)
capybara (>= 2.3, < 4.0)
json
childprocess (3.0.0)
chunky_png (1.3.8)
coffee-script (2.4.1)
coffee-script-source
Expand All @@ -32,6 +36,7 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
diff-lcs (1.4.4)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand All @@ -48,6 +53,12 @@ GEM
htmlcompressor (0.2.0)
http_parser.rb (0.6.0)
i18n (0.7.0)
jasmine (3.6.0)
jasmine-core (~> 3.6.0)
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (3.6.0)
json (2.1.0)
kramdown (1.16.2)
listen (3.0.8)
Expand Down Expand Up @@ -95,7 +106,7 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.3.0)
mini_portile2 (2.4.0)
minitest (5.10.3)
multi_json (1.12.2)
neat (1.9.0)
Expand All @@ -104,24 +115,43 @@ GEM
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
padrino-helpers (0.12.8.1)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.8.1)
tilt (~> 1.4.1)
padrino-support (0.12.8.1)
activesupport (>= 3.1)
phantomjs (2.1.1.0)
ptools (1.3.5)
rack (1.6.8)
rack-livereload (0.3.16)
rack
rack-test (0.8.2)
rack (>= 1.0, < 3)
rake (13.0.1)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubyzip (1.3.0)
sass (3.4.25)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sprockets (2.12.4)
hike (~> 1.2)
multi_json (~> 1.0)
Expand Down Expand Up @@ -150,11 +180,16 @@ PLATFORMS

DEPENDENCIES
bourbon (~> 4.2)
capybara
capybara-webkit
jasmine
middleman (~> 3.4)
middleman-deploy
middleman-livereload
middleman-minify-html
neat (~> 1.7)
rspec
selenium-webdriver

BUNDLED WITH
1.14.3