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

[Snyk] Fix for 1 vulnerabilities #2

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
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ gem 'rake'

# for running the server
gem "eventmachine", "1.0.0.rc.4"
gem 'thin'
gem 'rack'
gem 'thin', '>= 1.4.1'
gem 'rack', '>= 1.6.12'

# for le styles
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'
gem 'guard-jasmine-headless-webkit'
gem 'jasmine-headless-webkit', '>= 0.8.4'
gem 'guard-jasmine-headless-webkit', '>= 0.3.2'
gem 'growl'

# for generating docs
Expand Down
128 changes: 63 additions & 65 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,83 +1,78 @@
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)
coffee-script (2.2.0)
coderay (1.1.2)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.3.3)
daemons (1.1.8)
diff-lcs (1.1.3)
coffee-script-source (1.12.2)
concurrent-ruby (1.1.5)
daemons (1.3.1)
eventmachine (1.0.0.rc.4)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.0.11)
execjs (2.7.0)
ffi (1.11.3)
formatador (0.2.5)
growl (1.0.3)
guard (1.2.3)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard (2.16.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-jasmine-headless-webkit (0.3.2)
guard (>= 0.4.0)
jasmine-headless-webkit (>= 0.7.0)
hike (1.2.1)
jasmine (1.2.0)
jasmine-core (>= 1.2.0)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
jasmine-core (1.2.0)
jasmine-headless-webkit (0.8.4)
jasmine (3.5.0)
jasmine-core (~> 3.5.0)
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (3.5.0)
jasmine-headless-webkit (0.9.0.rc.2)
coffee-script
jasmine-core (~> 1.1)
multi_json
jasmine-core
multi_json (>= 1.2.0)
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)
rainbow (1.1.4)
sprockets
sprockets-vendor_gems
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.0.13)
method_source (0.9.2)
multi_json (1.14.1)
nenv (0.3.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
phantomjs (2.1.1.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.8)
rainbow (3.0.0)
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)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
sass (3.2.3)
selenium-webdriver (2.24.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sprockets (2.4.5)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
thin (1.4.1)
shellany (0.0.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-vendor_gems (0.1.3)
sprockets
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.15.4)
tilt (1.3.3)
thor (1.0.1)

PLATFORMS
ruby
Expand All @@ -87,10 +82,13 @@ DEPENDENCIES
coffee-script
eventmachine (= 1.0.0.rc.4)
growl
guard-jasmine-headless-webkit
jasmine
jasmine-headless-webkit
rack
guard-jasmine-headless-webkit (>= 0.3.2)
jasmine (>= 1.2.0)
jasmine-headless-webkit (>= 0.8.4)
rack (>= 1.6.12)
rake
sass
thin
thin (>= 1.4.1)

BUNDLED WITH
1.17.3