Skip to content

Commit

Permalink
fix: app/ruby/app-issue-creator/Gemfile & app/ruby/app-issue-creator/…
Browse files Browse the repository at this point in the history
…Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-5851458
  • Loading branch information
snyk-bot committed Aug 24, 2023
1 parent 74a8069 commit 1720a43
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/ruby/app-issue-creator/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ gem "json", "~> 1.8"
gem 'sinatra', '~> 1.3.5'
gem 'octokit'
gem 'jwt'
gem 'activesupport', '~> 5.0'
gem 'activesupport', '~> 6.1', '>= 6.1.7.5'
25 changes: 13 additions & 12 deletions app/ruby/app-issue-creator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (5.2.1)
activesupport (6.1.7.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.2.2)
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
i18n (1.1.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (1.8.6)
jwt (1.5.6)
minitest (5.11.3)
minitest (5.19.0)
multipart-post (2.0.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
Expand All @@ -30,20 +31,20 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.3)
tilt (~> 1.3, >= 1.3.3)
thread_safe (0.3.6)
tilt (1.4.1)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.11)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 5.0)
activesupport (~> 6.1, >= 6.1.7.5)
json (~> 1.8)
jwt
octokit
sinatra (~> 1.3.5)

BUNDLED WITH
1.17.1
1.17.3

0 comments on commit 1720a43

Please sign in to comment.