Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 5, 2024
1 parent 33059cf commit 9e7c94e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem "sinatra", "2.0.1"
gem "sinatra", "2.0.2"
gem "puma", "4.2.1"
gem 'puma-metrics'

group :test do
gem 'rake'
gem 'rspec'
gem 'rack-test'
gem 'rack-test', '>= 2.0.0'
end
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
mustermann (1.1.1)
mustermann (1.1.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
prometheus-client (0.10.0)
Expand All @@ -11,11 +11,11 @@ GEM
puma-metrics (1.1.0)
prometheus-client (~> 0.10)
puma (>= 3.0)
rack (2.2.2)
rack-protection (2.0.1)
rack (2.2.9)
rack-protection (2.0.2)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.1.0)
rack (>= 1.3)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand All @@ -30,24 +30,24 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
ruby2_keywords (0.0.2)
sinatra (2.0.1)
ruby2_keywords (0.0.5)
sinatra (2.0.2)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
rack-protection (= 2.0.2)
tilt (~> 2.0)
tilt (2.0.10)
tilt (2.3.0)

PLATFORMS
ruby

DEPENDENCIES
puma (= 4.2.1)
puma-metrics
rack-test
rack-test (>= 2.0.0)
rake
rspec
sinatra (= 2.0.1)
sinatra (= 2.0.2)

BUNDLED WITH
2.1.4

0 comments on commit 9e7c94e

Please sign in to comment.