Skip to content

Commit

Permalink
Mise à jour des dépendances
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink committed Mar 23, 2024
1 parent 5eefcb4 commit 7224151
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.21.1
rev: v24.2.1 # doit aussi être mis à jour dans requirements.txt
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ GEM
remote: https://rubygems.org/
specs:
bcrypt_pbkdf (1.1.0)
bigdecimal (3.1.7)
builder (3.2.4)
chef-utils (18.3.0)
chef-utils (18.4.12)
concurrent-ruby
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
ed25519 (1.3.0)
erubi (1.12.0)
ffi (1.16.3)
Expand All @@ -18,7 +19,7 @@ GEM
kitchen-ansible (0.56.0)
net-ssh (>= 3)
test-kitchen (>= 1.4)
kitchen-docker (2.13.0)
kitchen-docker (3.0.0)
test-kitchen (>= 1.0.0)
license-acceptance (2.1.13)
pastel (~> 0.7)
Expand All @@ -29,7 +30,7 @@ GEM
logging (2.3.1)
little-plugger (~> 1.1)
multi_json (~> 1.14)
mixlib-install (3.12.27)
mixlib-install (3.12.30)
mixlib-shellout
mixlib-versioning
thor
Expand All @@ -39,10 +40,11 @@ GEM
multi_json (1.15.0)
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-ssh (7.2.0)
net-ssh (7.2.1)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nori (2.6.0)
nori (2.7.0)
bigdecimal
pastel (0.8.0)
tty-color (~> 0.5)
rexml (3.2.6)
Expand All @@ -53,7 +55,7 @@ GEM
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
test-kitchen (3.5.0)
test-kitchen (3.6.0)
bcrypt_pbkdf (~> 1.0)
chef-utils (>= 16.4.35)
ed25519 (~> 1.2)
Expand All @@ -67,7 +69,7 @@ GEM
winrm (~> 2.0)
winrm-elevated (~> 1.0)
winrm-fs (~> 1.1)
thor (1.2.2)
thor (1.3.1)
tomlrb (2.0.3)
tty-box (0.7.0)
pastel (~> 0.8)
Expand All @@ -82,7 +84,7 @@ GEM
tty-cursor (~> 0.7)
tty-screen (~> 0.8)
wisper (~> 2.0)
tty-screen (0.8.1)
tty-screen (0.8.2)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
winrm (2.3.6)
Expand All @@ -106,12 +108,12 @@ GEM
wisper (2.0.1)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
kitchen-ansible
kitchen-docker
test-kitchen

BUNDLED WITH
1.17.3
2.4.20
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ bundle install

Pour lancer les tests:
```shell
bundle exec kitchen test
LANG=C.UTF-8 bundle exec kitchen test
```
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ansible==8.5.0
pre-commit==3.5.0
ansible==9.3.0
ansible-lint==24.2.1 # doit aussi être mis à jour dans .pre-commit-config.yaml
pre-commit==3.6.2

0 comments on commit 7224151

Please sign in to comment.