diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-16 01:34:28 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:40:01 +0200 |
| commit | b6d8e0c26a00bcc44b4616b456df5c05e1aa6e7a (patch) | |
| tree | 30384de7e81d0e6bad1fa645a64c90aaa434cf53 /gnu/packages/ruby.scm | |
| parent | 8b6c97f6bd7b4a5352bbfb913ff5ec57d708518d (diff) | |
gnu: ruby-rubocop-ast: Update to 1.37.0.
* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 1.37.0.
[native-inputs]: Replace ruby-pry by ruby-prism.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index b64a82174fd..a253fcc8020 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -9171,7 +9171,7 @@ inspired by the Sinatra microframework style of specifying actions: | |||
| 9171 | (define-public ruby-rubocop-ast | 9171 | (define-public ruby-rubocop-ast |
| 9172 | (package | 9172 | (package |
| 9173 | (name "ruby-rubocop-ast") | 9173 | (name "ruby-rubocop-ast") |
| 9174 | (version "1.28.0") | 9174 | (version "1.37.0") |
| 9175 | (source | 9175 | (source |
| 9176 | (origin | 9176 | (origin |
| 9177 | (method git-fetch) ;no test suite in distributed gem | 9177 | (method git-fetch) ;no test suite in distributed gem |
| @@ -9181,7 +9181,7 @@ inspired by the Sinatra microframework style of specifying actions: | |||
| 9181 | (file-name (git-file-name name version)) | 9181 | (file-name (git-file-name name version)) |
| 9182 | (sha256 | 9182 | (sha256 |
| 9183 | (base32 | 9183 | (base32 |
| 9184 | "1dp09gcmahmdfi3s6xsksr3ka9dddjpy9ymhr9wjwv67y1falffr")))) | 9184 | "1ww1vxcx6qaih4g68mrbq4xlgrqbv8w7cqxdaz629sazpw2hkycs")))) |
| 9185 | (build-system ruby-build-system) | 9185 | (build-system ruby-build-system) |
| 9186 | (arguments | 9186 | (arguments |
| 9187 | `(#:test-target "spec" | 9187 | `(#:test-target "spec" |
| @@ -9203,7 +9203,7 @@ inspired by the Sinatra microframework style of specifying actions: | |||
| 9203 | (native-inputs | 9203 | (native-inputs |
| 9204 | (list ruby-bump | 9204 | (list ruby-bump |
| 9205 | ruby-oedipus-lex | 9205 | ruby-oedipus-lex |
| 9206 | ruby-pry | 9206 | ruby-prism |
| 9207 | ruby-racc | 9207 | ruby-racc |
| 9208 | ruby-rake | 9208 | ruby-rake |
| 9209 | ruby-rspec | 9209 | ruby-rspec |
