Created
October 21, 2024 09:32
-
-
Save nna774/ca3957f172424ac8a1a7e1b32ea48373 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # frozen_string_literal: true | |
| source 'https://rubygems.org' | |
| # gem "rails" | |
| gem 'rubocop', '=1.67.0' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GEM | |
| remote: https://rubygems.org/ | |
| specs: | |
| ast (2.4.2) | |
| json (2.7.2) | |
| language_server-protocol (3.17.0.3) | |
| parallel (1.26.3) | |
| parser (3.3.5.0) | |
| ast (~> 2.4.1) | |
| racc | |
| racc (1.8.1) | |
| rainbow (3.1.1) | |
| regexp_parser (2.9.2) | |
| rubocop (1.67.0) | |
| json (~> 2.3) | |
| language_server-protocol (>= 3.17.0) | |
| parallel (~> 1.10) | |
| parser (>= 3.3.0.2) | |
| rainbow (>= 2.2.2, < 4.0) | |
| regexp_parser (>= 2.4, < 3.0) | |
| rubocop-ast (>= 1.32.2, < 2.0) | |
| ruby-progressbar (~> 1.7) | |
| unicode-display_width (>= 2.4.0, < 3.0) | |
| rubocop-ast (1.32.3) | |
| parser (>= 3.3.1.0) | |
| ruby-progressbar (1.13.0) | |
| unicode-display_width (2.6.0) | |
| PLATFORMS | |
| arm64-darwin-23 | |
| ruby | |
| DEPENDENCIES | |
| rubocop (= 1.67.0) | |
| BUNDLED WITH | |
| 2.5.11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # frozen_string_literal: true | |
| user&.freeze && user == current_user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment