Skip to content

Commit

Permalink
MAT-6835: bump cqm-reports, no user changes as it does not contain Ca…
Browse files Browse the repository at this point in the history
…t1 changes.
  • Loading branch information
jkotanchik-SB committed Jul 9, 2024
1 parent 62002f9 commit be804de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gem 'sinatra'
gem 'passenger'
gem 'rest-client'
gem 'cqm-reports', '4.1.0'
gem 'cqm-reports', '4.1.1'
gem 'rackup', '~> 2.1'
gem 'rack-contrib', '~> 2.5', '>= 2.5.0'
gem 'jwt'
Expand Down
43 changes: 21 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activesupport (7.1.3.2)
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -21,31 +21,30 @@ GEM
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.6)
bson (4.15.0)
concurrent-ruby (1.2.3)
bigdecimal (3.1.8)
bson (5.0.0)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
cqm-reports (4.1.0)
cqm-reports (4.1.1)
cqm-models (~> 4.0)
cqm-validators (~> 4.0)
erubis (~> 2.7)
log4r (~> 1.1)
memoist (~> 0.9)
mongoid-tree (> 2.0)
mustache
nokogiri (>= 1.8.5, < 1.15.0)
nokogiri (>= 1.16.2)
uuid (~> 2.3)
zip-zip (~> 0.3)
cqm-validators (4.0.4)
nokogiri (>= 1.8.5, < 1.15.0)
cqm-validators (4.0.5)
nokogiri (>= 1.16.2)
domain_name (0.6.20240107)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
erubis (2.7.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jwt (2.8.1)
base64
Expand All @@ -58,9 +57,9 @@ GEM
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)
mongoid (8.1.4)
mongo (2.20.0)
bson (>= 4.14.1, < 6.0.0)
mongoid (8.1.5)
activemodel (>= 5.1, < 7.2, != 7.0.0)
concurrent-ruby (>= 1.0.5, < 2.0)
mongo (>= 2.18.0, < 3.0.0)
Expand All @@ -72,17 +71,17 @@ GEM
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
netrc (0.11.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.14.5-arm64-darwin)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.5-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
passenger (6.0.20)
rack
rake (>= 0.8.1)
racc (1.7.3)
racc (1.8.0)
rack (3.1.4)
rack-contrib (2.5.0)
rack (< 4)
Expand Down Expand Up @@ -127,7 +126,7 @@ PLATFORMS

DEPENDENCIES
cqm-models!
cqm-reports (= 4.1.0)
cqm-reports (= 4.1.1)
jwt
minitest
passenger
Expand Down

0 comments on commit be804de

Please sign in to comment.