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 development environment #112

Merged
merged 4 commits into from
Nov 25, 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
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["3.1", "3.2", "3.3"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
90 changes: 60 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/hashicorp/vagrant.git
revision: 71150ee3d8c59c2e27acd8278ae0cad99d12f212
revision: 216835c030e53c4fa48c557100f709ab8366fd0f
specs:
vagrant (2.4.2.dev)
vagrant (2.4.4.dev)
base64 (~> 0.2.0)
bcrypt_pbkdf (~> 1.1)
childprocess (~> 4.1.0)
Expand All @@ -15,18 +15,20 @@ GIT
ipaddr (>= 1.2.4)
listen (~> 3.7)
log4r (~> 1.1.9, < 1.1.11)
logger (~> 1.0)
mime-types (~> 3.3)
net-ftp (~> 0.2)
net-scp (~> 4.0)
net-sftp (~> 4.0)
net-ssh (~> 7.0)
ostruct (~> 0.6.0)
rb-kqueue (~> 0.2.0)
rexml (~> 3.2)
rgl (~> 0.5.10)
rubyzip (~> 2.3.2)
vagrant_cloud (~> 3.1.1)
vagrant_cloud (~> 3.1.2)
wdm (~> 0.1.1)
winrm (>= 2.3.6, < 3.0)
winrm (>= 2.3.9, < 3.0)
winrm-elevated (>= 1.2.3, < 2.0)
winrm-fs (>= 1.3.5, < 2.0)

Expand All @@ -45,18 +47,24 @@ GEM
builder (3.3.0)
childprocess (4.1.0)
concurrent-ruby (1.3.4)
date (3.3.4)
date (3.4.0)
diff-lcs (1.5.1)
ed25519 (1.3.0)
erubi (1.13.0)
excon (0.112.0)
excon (1.2.1)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.0)
google-protobuf (4.28.2)
google-protobuf (4.28.3)
bigdecimal
rake (>= 13)
googleapis-common-protos-types (1.16.0)
google-protobuf (>= 3.18, < 5.a)
grpc (1.66.0)
grpc (1.67.0)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
gssapi (1.3.1)
Expand All @@ -65,42 +73,60 @@ GEM
builder (>= 2.1.2)
rexml (~> 3.0)
hashicorp-checkpoint (0.1.5)
hashie (5.0.0)
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ipaddr (1.2.6)
json (2.7.2)
ipaddr (1.2.7)
json (2.8.2)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
little-plugger (1.1.4)
log4r (1.1.10)
logger (1.6.1)
logging (2.4.0)
little-plugger (~> 1.1)
multi_json (~> 1.14)
mime-types (3.5.2)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0903)
mime-types-data (3.2024.1105)
multi_json (1.15.0)
net-ftp (0.3.7)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
net-ftp (0.3.8)
net-protocol
time
net-http (0.5.0)
uri
net-protocol (0.2.2)
timeout
net-scp (4.0.0)
net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0)
net-ssh (>= 5.0.0, < 8.0.0)
net-ssh (7.2.3)
net-ssh (7.3.0)
nori (2.7.1)
bigdecimal
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
ostruct (0.6.1)
pairing_heap (3.1.0)
parallel (1.26.3)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
rack (3.1.8)
rainbow (3.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
Expand All @@ -109,8 +135,7 @@ GEM
rb-kqueue (0.2.8)
ffi (>= 0.5.0)
regexp_parser (2.9.2)
rexml (3.2.9)
strscan
rexml (3.3.9)
rgl (0.5.10)
pairing_heap (>= 0.3.0)
rexml (~> 3.2, >= 3.2.4)
Expand All @@ -119,16 +144,16 @@ GEM
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-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -138,29 +163,34 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyntlm (0.6.5)
base64
rubyzip (2.3.2)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
stream (0.5.5)
strscan (3.1.0)
time (0.4.0)
time (0.4.1)
date
timeout (0.4.1)
timeout (0.4.2)
unicode-display_width (2.6.0)
vagrant_cloud (3.1.1)
excon (~> 0.73)
log4r (~> 1.1.10)
rexml (~> 3.2.5)
uri (1.0.2)
vagrant_cloud (3.1.2)
excon (~> 1.0)
log4r (~> 1.1)
oauth2 (~> 2.0)
rexml (~> 3.3)
version_gem (1.1.4)
wdm (0.1.1)
winrm (2.3.9)
builder (>= 2.1.2)
Expand Down