Skip to content
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

[Snyk] Fix for 1 vulnerabilities #45

Open
wants to merge 1 commit into
base: main
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
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

ruby '2.5.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.6'
gem 'rails', '~> 5.1.7'
# Use sqlite3 as the database for Active Record

#Use bcrypt for password on user ActiveModel
Expand All @@ -20,8 +20,8 @@ gem 'bootstrap-will_paginate', '1.0.0'
gem 'puma', '~> 3.7'
# Use SCSS for stylesheets
gem 'bootstrap-sass', '~> 3.3.7'
gem 'jquery-rails'
gem 'sass-rails', '~> 5.0'
gem 'jquery-rails', '>= 4.4.0'
gem 'sass-rails', '~> 5.0', '>= 5.0.7'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
Expand All @@ -32,7 +32,7 @@ gem 'execjs'
gem 'simplecov', require: false, group: :test

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
gem 'coffee-rails', '~> 4.2', '>= 4.2.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand All @@ -42,7 +42,7 @@ gem 'jbuilder', '~> 2.5'
# gem 'bcrypt', '~> 3.1.7'

#gem for assert_tempalte testing in Integration Test
gem 'rails-controller-testing'
gem 'rails-controller-testing', '>= 1.0.5'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
Expand All @@ -52,14 +52,14 @@ group :development, :test do
gem 'sqlite3'
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 2.13'
gem 'capybara', '~> 2.18', '>= 2.18.0'
gem 'selenium-webdriver'
gem 'minitest-reporters'
end

group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'web-console', '>= 3.7.0'
gem 'listen', '>= 3.0.5', '< 3.2'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
Expand Down
48 changes: 24 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
ansi (1.5.0)
arel (8.0.0)
Expand Down Expand Up @@ -68,15 +68,15 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.9)
crass (1.0.6)
docile (1.3.5)
erubi (1.10.0)
execjs (2.7.0)
ffi (1.14.2)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.7)
execjs (2.8.1)
ffi (1.15.4)
globalid (0.5.2)
activesupport (>= 5.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
Expand All @@ -89,23 +89,23 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.9.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
mini_mime (>= 0.1.1)
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest-reporters (1.4.3)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
nio4r (2.5.4)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
public_suffix (4.0.6)
puma (3.12.6)
Expand All @@ -132,16 +132,16 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
railties (5.1.7)
actionpack (= 5.1.7)
activesupport (= 5.1.7)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rake (13.0.6)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
ffi (~> 1.0)
ref (2.0.0)
Expand Down Expand Up @@ -213,17 +213,17 @@ DEPENDENCIES
bootstrap-sass (~> 3.3.7)
bootstrap-will_paginate (= 1.0.0)
byebug
capybara (~> 2.13)
coffee-rails (~> 4.2)
capybara (~> 2.18, >= 2.18.0)
coffee-rails (~> 4.2, >= 4.2.2)
execjs
jbuilder (~> 2.5)
jquery-rails
jquery-rails (>= 4.4.0)
listen (>= 3.0.5, < 3.2)
minitest-reporters
puma (~> 3.7)
rails (~> 5.1.6)
rails-controller-testing
sass-rails (~> 5.0)
rails (~> 5.1.7)
rails-controller-testing (>= 1.0.5)
sass-rails (~> 5.0, >= 5.0.7)
selenium-webdriver
simplecov
spring
Expand All @@ -232,7 +232,7 @@ DEPENDENCIES
therubyracer
turbolinks (~> 5)
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
web-console (>= 3.7.0)
will_paginate (= 3.1.5)

RUBY VERSION
Expand Down