Skip to content

Commit

Permalink
point to gem, not branch of cqm-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dczulada committed Jul 29, 2024
1 parent fa6dbd7 commit 90b9d03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'os'

gem 'cqm-models', '~> 4.2.0'
gem 'cqm-parsers', '~> 4.1.1.0'
gem 'cqm-reports', git: 'https://github.com/projecttacoma/cqm-reports', branch: '2025_CatIII'
gem 'cqm-reports', '~> 4.1.2'
gem 'cqm-validators', '~> 4.0.5'

# # Use faker to generate addresses
Expand Down
30 changes: 12 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ GIT
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)

GIT
remote: https://github.com/projecttacoma/cqm-reports
revision: 5b9fdfdcc1bd971394296b78928dd94a7f782161
branch: 2025_CatIII
specs:
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.16.2)
uuid (~> 2.3)
zip-zip (~> 0.3)

GIT
remote: https://github.com/turbolinks/turbolinks-classic
revision: 80216ce9d89920bf073709405e3fce6d0a3ccd9a
Expand Down Expand Up @@ -193,6 +176,17 @@ GEM
typhoeus
uuid (~> 2.3.7)
zip-zip (~> 0.3)
cqm-reports (4.1.2)
cqm-models (~> 4.0)
cqm-validators (~> 4.0)
erubis (~> 2.7)
log4r (~> 1.1)
memoist (~> 0.9)
mongoid-tree (> 2.0)
mustache
nokogiri (>= 1.16.2)
uuid (~> 2.3)
zip-zip (~> 0.3)
cqm-validators (4.0.5)
nokogiri (>= 1.16.2)
crack (0.4.5)
Expand Down Expand Up @@ -614,7 +608,7 @@ DEPENDENCIES
codecov
cqm-models (~> 4.2.0)
cqm-parsers (~> 4.1.1.0)
cqm-reports!
cqm-reports (~> 4.1.2)
cqm-validators (~> 4.0.5)
cucumber-rails
daemons
Expand Down

0 comments on commit 90b9d03

Please sign in to comment.