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

update gem and module deps #735

Merged
merged 2 commits into from
Nov 4, 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
8 changes: 3 additions & 5 deletions .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ fixtures:
apache:
repo: "https://github.com/mlibrary/puppetlabs-apache"
forge_modules:
rbenv: {"repo": "jdowning/rbenv", "ref": "3.0.0" }
rbenv: {"repo": "jdowning/rbenv", "ref": "3.1.0" }
archive: {"repo": "puppet/archive", "ref": "7.1.0" }
kmod: {"repo": "puppet/kmod", "ref": "4.0.1" }
# TODO: Puppet 8 requires version 11. 11 requires lens changes. https://forge.puppet.com/modules/puppet/letsencrypt/changelog
letsencrypt: {"repo": "puppet/letsencrypt", "ref": "10.1.0"}
logrotate: {"repo": "puppet/logrotate", "ref": "7.1.0" }
nginx: {"repo": "puppet/nginx", "ref": "6.0.0" }
nginx: {"repo": "puppet/nginx", "ref": "6.0.1" }
php: {"repo": "puppet/php", "ref": "10.2.0"}
unattended_upgrades: {"repo": "puppet/unattended_upgrades", "ref": "8.1.0" }
apt: {"repo": "puppetlabs/apt", "ref": "9.4.0" }
Expand All @@ -42,6 +42,4 @@ fixtures:
sshkeys_core: {"repo": "puppetlabs/sshkeys_core", "ref": "2.5.0" }
stdlib: {"repo": "puppetlabs/stdlib", "ref": "9.6.0" }
vcsrepo: {"repo": "puppetlabs/vcsrepo", "ref": "6.1.0" }
debconf: {"repo": "stm/debconf", "ref": "6.0.0" }
#postgresql: {"repo": "puppetlabs/postgresql", "ref": "8.3.0"}
#puppetdb: {"repo": "puppetlabs/puppetdb", "ref": "7.13.0"}
debconf: {"repo": "stm/debconf", "ref": "6.1.0" }
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
docile (1.4.1)
domain_name (0.6.20240107)
ed25519 (1.3.0)
facter (4.9.0)
facter (4.10.0)
hocon (~> 1.3)
thor (>= 1.0.1, < 1.3)
facterdb (1.27.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
parallel (1.26.3)
parallel_tests (3.13.0)
parallel
parser (3.3.5.0)
parser (3.3.5.1)
ast (~> 2.4.1)
racc
pathspec (1.0.0)
Expand All @@ -110,7 +110,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.1.1)
puppet (7.33.0)
puppet (7.34.0)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (> 2.0.1, < 5)
Expand Down Expand Up @@ -197,18 +197,18 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.8)
rexml (3.3.9)
rgen (0.9.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-its (1.3.0)
rspec-its (1.3.1)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.13.2)
Expand Down Expand Up @@ -239,7 +239,7 @@ GEM
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.32.3)
rubocop-ast (1.34.0)
parser (>= 3.3.1.0)
rubocop-performance (1.9.1)
rubocop (>= 0.90.0, < 2.0)
Expand Down
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "mlibrary-nebula",
"version": "2.0.1",
"version": "2.0.2",
"author": "Matthew Alexander LaChance",
"summary": "Central MLibrary module",
"license": "BSD-3-Clause",
"source": "https://github.com/mlibrary/nebula",
"issues_url": "https://github.com/mlibrary/nebula/issues",
"dependencies": [
{"name": "jdowning/rbenv", "version_requirement": ">= 3.0.0 < 4.0.0" },
{"name": "jdowning/rbenv", "version_requirement": ">= 3.1.0 < 4.0.0" },
{"name": "puppet/archive", "version_requirement": ">= 7.1.0 < 8.0.0" },
{"name": "puppet/kmod", "version_requirement": ">= 4.0.1 < 5.0.0" },
{"name": "puppet/letsencrypt", "version_requirement": ">= 10.1.0 < 11.0.0"},
{"name": "puppet/logrotate", "version_requirement": ">= 7.1.0 < 8.0.0" },
{"name": "puppet/nginx", "version_requirement": ">= 6.0.0 < 7.0.0" },
{"name": "puppet/nginx", "version_requirement": ">= 6.0.1 < 7.0.0" },
{"name": "puppet/php", "version_requirement": ">= 10.2.0 < 11.0.0"},
{"name": "puppet/unattended_upgrades", "version_requirement": ">= 8.1.0 < 9.0.0" },
{"name": "puppetlabs/apt", "version_requirement": ">= 9.4.0 < 10.0.0"},
Expand All @@ -30,8 +30,8 @@
{"name": "puppetlabs/reboot", "version_requirement": ">= 5.0.0 < 6.0.0" },
{"name": "puppetlabs/sshkeys_core", "version_requirement": ">= 2.5.0 < 3.0.0" },
{"name": "puppetlabs/stdlib", "version_requirement": ">= 9.6.0 < 10.0.0"},
{"name": "puppetlabs/vcsrepo", "version_requirement": ">= 6.1.0 < 7.0.0"},
{"name": "stm/debconf", "version_requirement": ">= 6.0.0 < 7.0.0" }
{"name": "puppetlabs/vcsrepo", "version_requirement": ">= 6.1.0 < 7.0.0" },
{"name": "stm/debconf", "version_requirement": ">= 6.1.0 < 7.0.0" }
],
"operatingsystem_support": [
{
Expand Down