Skip to content
Open
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
47 changes: 4 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,9 @@ PATH
ruby-progressbar (~> 1.11)
selenium-webdriver (~> 4.0.0.beta4)

GEM
remote: https://rubygems-puppetcore.puppet.com/
specs:
facter (4.11.0)
hocon (~> 1.3)
thor (>= 1.0.1, < 1.3)
puppet (8.11.0)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (>= 4.3.0, < 5)
fast_gettext (>= 2.1, < 4)
getoptlong (~> 0.2.0)
locale (~> 2.1)
multi_json (~> 1.13)
puppet-resource_api (~> 1.5)
scanf (~> 1.0)
semantic_puppet (~> 1.0)
puppet (8.11.0-universal-darwin)
CFPropertyList (>= 3.0.6, < 4)
concurrent-ruby (~> 1.0)
deep_merge (~> 1.0)
facter (>= 4.3.0, < 5)
fast_gettext (>= 2.1, < 4)
getoptlong (~> 0.2.0)
locale (~> 2.1)
multi_json (~> 1.13)
puppet-resource_api (~> 1.5)
scanf (~> 1.0)
semantic_puppet (~> 1.0)

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (8.0.2)
base64
benchmark (>= 0.3)
Expand Down Expand Up @@ -102,11 +68,13 @@ GEM
fiber-local (~> 1.1)
json
declarative (0.0.20)
deep_merge (1.2.2)
diff-lcs (1.6.1)
digest-crc (0.7.0)
rake (>= 12.0.0, < 14.0.0)
drb (2.2.1)
facter (4.11.0)
hocon (~> 1.3)
thor (>= 1.0.1, < 1.3)
facterdb (2.1.0)
facter (< 5.0.0)
jgrep (~> 1.5, >= 1.5.4)
Expand All @@ -126,7 +94,6 @@ GEM
fiber-storage (1.0.0)
forwardable (1.3.3)
gem-release (2.2.4)
getoptlong (0.2.1)
github_changelog_generator (1.16.4)
activesupport
async (>= 1.25.0)
Expand Down Expand Up @@ -197,7 +164,6 @@ GEM
base64
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
locale (2.1.4)
logger (1.7.0)
metadata-json-lint (4.2.1)
json-schema (>= 2.8, < 6.0)
Expand All @@ -212,7 +178,6 @@ GEM
mutex_m (0.3.0)
net-http (0.6.0)
uri
nkf (0.2.0)
nokogiri (1.18.7-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.7-aarch64-linux-musl)
Expand Down Expand Up @@ -255,8 +220,6 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.1)
puppet-resource_api (1.9.0)
hocon (>= 1.0)
puppet-strings (4.1.3)
rgen (~> 0.9)
yard (~> 0.9, < 0.9.37)
Expand Down Expand Up @@ -323,7 +286,6 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
scanf (1.0.0)
securerandom (0.4.1)
selenium-webdriver (4.0.3)
childprocess (>= 0.5, < 5.0)
Expand All @@ -349,7 +311,7 @@ GEM
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
uri (1.0.4)
version_gem (1.1.6)
yard (0.9.36)

Expand All @@ -372,7 +334,6 @@ DEPENDENCIES
gem-release
github_changelog_generator
pry
puppet (>= 7.0.0)!
rake
rspec (~> 3.10)
rubocop (~> 1.8)
Expand Down
Loading