Skip to content

Commit

Permalink
fix(ruby): Fix make lint-ruby
Browse files Browse the repository at this point in the history
# Issue

Due to an outdated `bundler` `make lint-ruby` was failing.

# Fix

Add the `bundler` package to get a working version.
  • Loading branch information
silvestre committed Sep 16, 2024
1 parent 245ccc7 commit 2262a57
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
racc (1.8.1)
Expand All @@ -22,7 +22,7 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-file_fixtures (0.1.9)
Expand All @@ -45,7 +45,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.2)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -64,7 +64,7 @@ GEM
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.21.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)

PLATFORMS
ruby
Expand All @@ -78,4 +78,4 @@ DEPENDENCIES
standard

BUNDLED WITH
2.5.11
2.5.16
3 changes: 2 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"cloudfoundry-cli": "latest",
"google-cloud-sdk": "latest",
"temurin-bin-21": "latest",
"ruby": "latest"
"ruby": "latest",
"bundler": "latest"
},
"shell": {
"init_hook": [
Expand Down
49 changes: 49 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,54 @@
}
}
},
"bundler@latest": {
"last_modified": "2024-09-12T11:58:09Z",
"resolved": "github:NixOS/nixpkgs/280db3decab4cbeb22a4599bd472229ab74d25e1#bundler",
"source": "devbox-search",
"version": "2.5.16",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/4j3j0c5cg6dbyx414yvzvl3sqkznc4lb-bundler-2.5.16",
"default": true
}
],
"store_path": "/nix/store/4j3j0c5cg6dbyx414yvzvl3sqkznc4lb-bundler-2.5.16"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/81pm6x758idinr5z1bdyp41wj3vr4d1j-bundler-2.5.16",
"default": true
}
],
"store_path": "/nix/store/81pm6x758idinr5z1bdyp41wj3vr4d1j-bundler-2.5.16"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/x92106i938g9d0mkkphxahnhl8c21w9q-bundler-2.5.16",
"default": true
}
],
"store_path": "/nix/store/x92106i938g9d0mkkphxahnhl8c21w9q-bundler-2.5.16"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/5s54vknbr4mfrxmakpnrw0iwj87ircy9-bundler-2.5.16",
"default": true
}
],
"store_path": "/nix/store/5s54vknbr4mfrxmakpnrw0iwj87ircy9-bundler-2.5.16"
}
}
},
"cloudfoundry-cli@latest": {
"last_modified": "2024-09-10T15:01:03Z",
"resolved": "github:NixOS/nixpkgs/5ed627539ac84809c78b2dd6d26a5cebeb5ae269#cloudfoundry-cli",
Expand Down Expand Up @@ -1714,6 +1762,7 @@
},
"ruby@latest": {
"last_modified": "2024-09-12T11:58:09Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/280db3decab4cbeb22a4599bd472229ab74d25e1#ruby",
"source": "devbox-search",
"version": "3.3.4",
Expand Down

0 comments on commit 2262a57

Please sign in to comment.