-
Notifications
You must be signed in to change notification settings - Fork 5
Add CI job to build the site #12
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
base: master
Are you sure you want to change the base?
Conversation
| externalsources: | ||
| /mcollective: | ||
| repo: git@github.com:choria-legacy/marionette-collective.git | ||
| repo: https://github.com/choria-legacy/marionette-collective.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep mcollective?
| gem 'rack', '>= 2.2.14' | ||
| gem 'git', '~> 4.0' | ||
| gem 'rack', '~> 2.2', '>= 2.2.3' | ||
| gem 'git', '~> 1.8' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to lower the versions?
| group(:unknown) do | ||
| gem 'maruku', '~> 0.7' | ||
| gem 'activerecord', '>= 7.1.5.2' | ||
| gem 'activerecord', '~>6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to lower the version?
|
Already in master, except for Gemfile.lock. |
No description provided.