Skip to content

Commit

Permalink
Merge branch 'develop' into snyk-fix-c5921330e56bd5f19dec6fcb087e73e3
Browse files Browse the repository at this point in the history
  • Loading branch information
riddhi-desai authored Jun 25, 2024
2 parents 8b2c643 + f956eb8 commit af58aa7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'passenger'
gem 'rest-client'
gem 'cqm-reports', '4.1.1'
gem 'rackup', '~> 2.1'
gem 'rack-contrib', '~> 2.4'
gem 'rack-contrib', '~> 2.5', '>= 2.5.0'
gem 'jwt'

gem 'cqm-models', :git => 'https://github.com/projecttacoma/cqm-models', :branch => 'master'
Expand Down
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GEM
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0206)
mini_portile2 (2.8.7)
minitest (5.22.2)
mongo (2.19.3)
bson (>= 4.14.1, < 5.0.0)
Expand All @@ -71,6 +72,9 @@ GEM
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
netrc (0.11.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.5-x86_64-linux)
Expand All @@ -79,8 +83,8 @@ GEM
rack
rake (>= 0.8.1)
racc (1.7.3)
rack (3.0.9.1)
rack-contrib (2.4.0)
rack (3.1.4)
rack-contrib (2.5.0)
rack (< 4)
rack-protection (4.0.0)
base64 (>= 0.1.0)
Expand Down Expand Up @@ -118,6 +122,7 @@ GEM

PLATFORMS
arm64-darwin-22
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -126,7 +131,7 @@ DEPENDENCIES
jwt
minitest
passenger
rack-contrib (~> 2.4)
rack-contrib (~> 2.5, >= 2.5.0)
rack-test
rackup (~> 2.1)
rest-client
Expand Down

0 comments on commit af58aa7

Please sign in to comment.