Skip to content

Commit

Permalink
[Snyk] fix for vulnerabilities in gems (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Aug 24, 2023
1 parent 164ca45 commit 8f9039d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gem 'simple_oauth', git: 'https://github.com/blindsidenetworks/simple_oauth.git'
gem 'activerecord-session_store'

# frontend
gem 'bootstrap', '~> 4.4.1'
gem 'bootstrap', '~> 4.5.0'
gem 'font-awesome-sass', '~> 6.4.0'

# Use Capistrano for deployment
Expand Down Expand Up @@ -87,7 +87,7 @@ group :test do
end

group :production do
gem 'lograge', '~> 0.12.0'
gem 'lograge', '~> 0.13.0'
gem 'remote_syslog_logger'
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
execjs (~> 2.0)
bindata (2.4.15)
bindex (0.8.1)
bootstrap (4.4.1)
bootstrap (4.5.3)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
Expand Down Expand Up @@ -212,7 +212,7 @@ GEM
rake (~> 13.0)
lodash-rails (4.17.21)
railties (>= 3.1)
lograge (0.12.0)
lograge (0.13.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
Expand Down Expand Up @@ -428,7 +428,7 @@ PLATFORMS
DEPENDENCIES
activerecord-session_store
addressable (~> 2.7)
bootstrap (~> 4.4.1)
bootstrap (~> 4.5.0)
bundler (>= 2.1.4)
byebug
coffee-rails (~> 5.0, >= 5.0.0)
Expand All @@ -444,7 +444,7 @@ DEPENDENCIES
jwt (~> 2.2.2)
listen (~> 3.0.5)
lodash-rails
lograge (~> 0.12.0)
lograge (~> 0.13.0)
minitest-stub_any_instance
oauth (~> 0.5.1)
oauthenticator (~> 1.4, >= 1.4.1)
Expand Down

0 comments on commit 8f9039d

Please sign in to comment.