Skip to content
Open
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'ostruct', '~> 0.6', '>= 0.6.3'

group :development do
gem 'docker_registry2', '~> 1.18.2' # https://rubygems.org/gems/docker_registry2
gem 'git', '~>4.0', '>= 4.0.4' # https://rubygems.org/gems/git
gem 'git', '~>4.0', '>= 4.0.5' # https://rubygems.org/gems/git
gem 'github_changelog_generator', '~> 1.16.4' # https://rubygems.org/gems/github_changelog_generator
gem 'mdl', '~>0.13.0'
gem 'rake', '~>13.3'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.2)
activesupport (8.0.3)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -40,12 +40,12 @@ GEM
async (>= 2.0)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
bigdecimal (3.2.3)
builder (3.3.0)
chef-utils (18.7.10)
concurrent-ruby
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
connection_pool (2.5.4)
console (1.33.0)
fiber-annotation
fiber-local (~> 1.1)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.1)
git (4.0.4)
git (4.0.5)
activesupport (>= 5.0)
addressable (~> 2.8)
process_executer (~> 4.0)
Expand Down Expand Up @@ -279,7 +279,7 @@ DEPENDENCIES
csv
cucumber
docker_registry2 (~> 1.18.2)
git (~> 4.0, >= 4.0.4)
git (~> 4.0, >= 4.0.5)
github_changelog_generator (~> 1.16.4)
mdl (~> 0.13.0)
ostruct (~> 0.6, >= 0.6.3)
Expand Down