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 #3

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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ gem 'git'
gem 'nokogiri'
gem 'rake'
gem 'rake_circle_ci'
gem 'rake_github'
gem 'rake_github', '>= 0.11.0'
gem 'rake_gpg'
gem 'rake_ssh'
gem 'rake_ssh', '>= 0.10.0'
gem 'rake_terraform'
gem 'rspec'
gem 'rspec-terraform'
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
aws-eventstream (1.2.0)
Expand Down Expand Up @@ -1365,7 +1365,7 @@ GEM
term-ansicolor
thor
colored2 (3.1.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
confidante (0.28.0)
activesupport (>= 4)
hiera (~> 3.3)
Expand All @@ -1377,7 +1377,7 @@ GEM
partialruby (~> 0.3)
sexp_processor (~> 4.0)
excon (0.95.0)
faraday (2.7.1)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
Expand All @@ -1388,7 +1388,7 @@ GEM
hamster (3.0.0)
concurrent-ruby (~> 1.0)
hiera (3.11.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
immutable-struct (2.4.1)
ipaddress (0.8.3)
Expand All @@ -1399,11 +1399,11 @@ GEM
open4 (~> 1.3)
mini_portile2 (2.8.0)
minitar (0.9)
minitest (5.16.3)
minitest (5.19.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
octokit (4.25.1)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
Expand All @@ -1413,7 +1413,7 @@ GEM
partialruby (0.3.0)
ruby2ruby (~> 2)
ruby_parser (~> 3)
public_suffix (5.0.1)
public_suffix (5.0.3)
racc (1.6.1)
rainbow (3.1.1)
rake (13.0.6)
Expand All @@ -1430,15 +1430,15 @@ GEM
rake_factory (0.31.0)
activesupport (>= 4)
rake (~> 13.0)
rake_github (0.9.0)
rake_github (0.11.0)
colored2 (~> 3.1)
octokit (~> 4.16)
octokit (>= 4.16, < 7.0)
rake_factory (~> 0.23)
sshkey (~> 2.0)
rake_gpg (0.18.0)
rake_factory (~> 0.23)
ruby_gpg2 (~> 0.6)
rake_ssh (0.8.0)
rake_ssh (0.10.0)
colored2 (~> 3.1)
rake_factory (~> 0.23)
sshkey (~> 2.0)
Expand Down Expand Up @@ -1514,7 +1514,7 @@ GEM
thor (1.2.1)
tins (1.32.1)
sync
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
vault (0.17.0)
Expand All @@ -1530,9 +1530,9 @@ DEPENDENCIES
nokogiri
rake
rake_circle_ci
rake_github
rake_github (>= 0.11.0)
rake_gpg
rake_ssh
rake_ssh (>= 0.10.0)
rake_terraform
rspec
rspec-terraform
Expand Down