8000 [Snyk] Fix for 4 vulnerabilities by snyk-bot · Pull Request #55 · fracklen/staytus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Snyk] Fix for 4 vulnerabilities #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
source 'https://rubygems.org'
gem 'rails', '~> 4.2.0'
gem 'rails', '~> 4.2.4'
gem 'mysql2'
gem 'sass-rails', '~> 5.0'
gem 'sass-rails', '~> 5.0', '>= 5.0.4'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'jquery-rails'
gem 'haml', '~> 4.0.5'
gem 'nifty-utils', '~> 1.1'
gem 'nilify_blanks', '~> 1.1.0'
gem 'authie', '~> 1.1.0'
gem 'kaminari', '~> 0.16.1'
gem 'kaminari', '~> 0.16.3'
gem 'chronic', '~> 0.10.2'
gem 'dynamic_form'
gem 'activevalidators'
Expand All @@ -28,7 +28,7 @@ gem 'premailer', '~> 1.8.3'

group :development, :test do
gem 'byebug'
gem 'web-console', '~> 2.0'
gem 'web-console', '~> 2.0', '>= 2.0.0'
gem 'annotate', '~> 2.6.5'
gem 'pry-rails'
end
194 changes: 111 additions & 83 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
actionmailer (4.2.11.3)
actionpack (= 4.2.11.3)
actionview (= 4.2.11.3)
activejob (= 4.2.11.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.4)
actionview (= 4.2.4)
activesupport (= 4.2.4)
actionpack (4.2.11.3)
actionview (= 4.2.11.3)
activesupport (= 4.2.11.3)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.4)
activesupport (= 4.2.4)
actionview (4.2.11.3)
activesupport (= 4.2.11.3)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.4)
activesupport (= 4.2.4)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.11.3)
activesupport (= 4.2.11.3)
globalid (>= 0.3.0)
activemodel (4.2.4)
activesupport (= 4.2.4)
activemodel (4.2.11.3)
activesupport (= 4.2.11.3)
builder (~> 3.1)
activerecord (4.2.4)
activemodel (= 4.2.4)
activesupport (= 4.2.4)
activerecord (4.2.11.3)
activemodel (= 4.2.11.3)
activesupport (= 4.2.11.3)
arel (~> 6.0)
activesupport (4.2.4)
activesupport (4.2.11.3)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
Expand All @@ -47,12 +46,12 @@ GEM
annotate (2.6.5)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
arel (6.0.3)
arel (6.0.4)
authie (1.1.1)
bcrypt (3.1.10)
binding_of_caller (0.7.2)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
builder (3.2.2)
builder (3.2.4)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
Expand All @@ -61,23 +60,26 @@ GEM
chronic_duration (0.10.6)
numerizer (~> 0.1.1)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-rails (4.1.1)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
coffee-script (2.3.0)
railties (>= 4.0.0, < 5.1.x)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.9.1)
coffee-script-source (1.12.2)
columnize (0.9.0)
concurrent-ruby (1.1.10)
countries (0.9.3)
currencies (~> 0.4.2)
crass (1.0.6)
css_parser (1.3.6)
addressable
currencies (0.4.2)
date (3.3.1)
date_validator (0.7.1)
activemodel
datey (1.0.1)
debug_inspector (0.0.2)
debug_inspector (1.1.0)
debugger-linecache (1.2.0)
deep_merge (1.0.1)
delayed_job (4.0.6)
Expand All @@ -88,45 +90,61 @@ GEM
dotenv (1.0.2)
dynamic_form (1.1.4)
erubis (2.7.0)
execjs (2.3.0)
execjs (2.8.1)
ffi (1.15.5)
florrick (1.1.2)
foreman (0.77.0)
dotenv (~> 1.0.2)
thor (~> 0.19.1)
globalid (0.3.6)
activesupport (>= 4.1.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
haml (4.0.6)
tilt
htmlentities (4.3.4)
i18n (0.7.0)
jquery-rails (4.0.3)
rails-dom-testing (~> 1.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (1.8.6)
kaminari (0.16.3)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
loofah (2.0.3)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mail (2.8.0)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
method_source (0.8.2)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.8.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
moonrope (1.3.2)
deep_merge (~> 1.0)
json (~> 1.7)
rack (~> 1.4)
mysql2 (0.3.18)
net-imap (0.3.2)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nifty-attachments (1.0.4)
nifty-utils (1.1.2)
nilify_blanks (1.1.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
numerizer (0.1.1)
phony (2.10.4)
premailer (1.8.4)
Expand All @@ -140,62 +158,72 @@ GEM
pry (>= 0.9.10)
puma (2.11.1)
rack (>= 1.1, < 2.0)
rack (1.6.4)
racc (1.6.1)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.4)
actionmailer (= 4.2.4)
actionpack (= 4.2.4)
actionview (= 4.2.4)
activejob (= 4.2.4)
activemodel (= 4.2.4)
activerecord (= 4.2.4)
activesupport (= 4.2.4)
rails (4.2.11.3)
actionmailer (= 4.2.11.3)
actionpack (= 4.2.11.3)
actionview (= 4.2.11.3)
activejob (= 4.2.11.3)
activemodel (= 4.2.11.3)
activerecord (= 4.2.11.3)
activesupport (= 4.2.11.3)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.4)
railties (= 4.2.11.3)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
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.0.2)
loofah (~> 2.0)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
rails_env_config (1.0.0)
railties (4.2.4)
actionpack (= 4.2.4)
activesupport (= 4.2.4)
railties (4.2.11.3)
actionpack (= 4.2.11.3)
activesupport (= 4.2.11.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.2.2)
sass (3.4.18)
sass-rails (5.0.4)
railties (>= 4.0.0, < 5.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
slop (3.6.0)
sprockets (3.3.4)
rack (~> 1.0)
sprockets-rails (2.3.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
tzinfo (1.2.2)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.11)
timeout (0.3.1)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (2.7.0)
execjs (>= 0.3.0)
json (>= 1.8.0)
web-console (2.0.0)
activemodel (~> 4.0)
web-console (2.3.0)
activemodel (>= 4.0)
binding_of_caller (>= 0.7.2)
railties (~> 4.0)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)

PLATFORMS
Expand All @@ -217,7 +245,7 @@ DEPENDENCIES
foreman
haml (~> 4.0.5)
jquery-rails
kaminari (~> 0.16.1)
kaminari (~> 0.16.3)
moonrope (~> 1.3)
mysql2
nifty-attachments
Expand All @@ -226,12 +254,12 @@ DEPENDENCIES
premailer (~> 1.8.3)
pry-rails
puma
rails (~> 4.2.0)
rails (~> 4.2.4)
rails_env_config (~> 1)
redcarpet (~> 3.2.2)
sass-rails (~> 5.0)
sass-rails (~> 5.0, >= 5.0.4)
uglifier (>= 1.3.0)
web-console (~> 2.0)
web-console (~> 2.0, >= 2.0.0)

BUNDLED WITH
1.10.6
1.17.3
0