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

use gem versions #1869

Merged
merged 3 commits into from
May 9, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Travis CI"
sudo npm install -g eslint
sudo npm install -g eslint@8.57.0
bundle exec overcommit --sign
bundle exec overcommit --run
cucumber-1:
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ gem 'bson'
gem 'mustache'
gem 'os'

gem 'cqm-models', git: 'https://github.com/projecttacoma/cqm-models', branch: 'rails_7_mongoid_8_dsc'
gem 'cqm-models', '~> 4.2.0'
gem 'cqm-parsers', git: 'https://github.com/projecttacoma/cqm-parsers', branch: 'mongoid8'
gem 'cqm-reports', git: 'https://github.com/projecttacoma/cqm-reports', branch: 'master'
gem 'cqm-reports', '~> 4.1.0'
gem 'cqm-validators', '~> 4.0.5'

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

GIT
remote: https://github.com/projecttacoma/cqm-models
revision: 27575d388eec04910470c05405ea2629b184f0ec
branch: rails_7_mongoid_8_dsc
specs:
cqm-models (4.2.0)

GIT
remote: https://github.com/projecttacoma/cqm-parsers
revision: 2c4642e363417ec1995ced80aa1cdaf19f982b47
Expand All @@ -35,23 +28,6 @@ GIT
uuid (~> 2.3.7)
zip-zip (~> 0.3)

GIT
remote: https://github.com/projecttacoma/cqm-reports
revision: 983af8a2b099071eee6b0db40568afba74d975c4
branch: master
specs:
cqm-reports (4.1.0)
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 @@ -176,7 +152,7 @@ GEM
xpath (~> 3.2)
capybara-accessible (0.3.0)
capybara (>= 3.12.0)
carrierwave (2.2.5)
carrierwave (2.2.6)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -205,6 +181,18 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.2.3)
cqm-models (4.2.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.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 @@ -293,7 +281,7 @@ GEM
highline (1.7.10)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.12.2)
Expand Down Expand Up @@ -337,7 +325,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.3)
marcel (1.0.4)
matrix (0.4.2)
memoist (0.9.3)
method_source (1.0.0)
Expand All @@ -347,7 +335,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.2)
minitest (5.22.3)
minitest-rails (7.0.0)
minitest (~> 5.10)
railties (~> 7.0.0)
Expand Down Expand Up @@ -408,7 +396,7 @@ GEM
method_source (~> 1.0)
pry-nav (1.0.0)
pry (>= 0.9.10, < 0.15)
public_suffix (5.0.4)
public_suffix (5.0.5)
racc (1.7.3)
rack (2.2.8.1)
rack-test (2.1.0)
Expand Down Expand Up @@ -501,7 +489,7 @@ GEM
rubocop (~> 1.33)
ruby-prof (0.17.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (1.3.0)
Expand Down Expand Up @@ -622,9 +610,9 @@ DEPENDENCIES
carrierwave (~> 2.2.5)
carrierwave-mongoid
codecov
cqm-models!
cqm-models (~> 4.2.0)
cqm-parsers!
cqm-reports!
cqm-reports (~> 4.1.0)
cqm-validators (~> 4.0.5)
cucumber-rails
daemons
Expand Down
Loading