Skip to content

Commit

Permalink
use gem versions (#1869)
Browse files Browse the repository at this point in the history
* use gem versions

* update carrierwave version

* peg eslint version to 8.57.0
  • Loading branch information
dczulada committed May 9, 2024
1 parent e20941e commit 7187938
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 35 deletions.
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 "travis@travis.ci"
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

0 comments on commit 7187938

Please sign in to comment.