Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

[Snyk] Fix for 1 vulnerabilities #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'sass'
gem 'bourbon'

# for running tests
gem 'jasmine'
gem 'jasmine', '>= 1.2.0'

# for running the tests like a hipster
gem 'jasmine-headless-webkit'
Expand Down
57 changes: 30 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.8)
bourbon (3.0.1)
sass (>= 3.2.0)
thor
childprocess (0.3.3)
ffi (~> 1.0.6)
childprocess (2.0.0)
rake (< 13.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
daemons (1.1.8)
diff-lcs (1.1.3)
diff-lcs (1.3)
eventmachine (1.0.0.rc.4)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.0.11)
ffi (1.11.1)
growl (1.0.3)
guard (1.2.3)
listen (>= 0.4.2)
Expand All @@ -25,48 +24,49 @@ GEM
guard (>= 0.4.0)
jasmine-headless-webkit (>= 0.7.0)
hike (1.2.1)
jasmine (1.2.0)
jasmine-core (>= 1.2.0)
jasmine (1.3.2)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
jasmine-core (1.2.0)
jasmine-core (1.3.1)
jasmine-headless-webkit (0.8.4)
coffee-script
jasmine-core (~> 1.1)
multi_json
rainbow
sprockets (~> 2)
libwebsocket (0.1.4)
addressable
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
rb-inotify (~> 0.8.8)
multi_json (1.3.6)
rack (1.4.1)
multi_json (1.13.1)
rack (1.6.11)
rainbow (1.1.4)
rake (0.9.2.2)
rb-fchange (0.0.5)
ffi
rb-fsevent (0.9.1)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
rubyzip (0.9.9)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubyzip (1.3.0)
sass (3.2.3)
selenium-webdriver (2.24.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
selenium-webdriver (3.142.4)
childprocess (>= 0.5, < 3.0)
rubyzip (~> 1.2, >= 1.2.2)
sprockets (2.4.5)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -88,9 +88,12 @@ DEPENDENCIES
eventmachine (= 1.0.0.rc.4)
growl
guard-jasmine-headless-webkit
jasmine
jasmine (>= 1.2.0)
jasmine-headless-webkit
rack
rake
sass
thin

BUNDLED WITH
1.17.3