Skip to content

Commit

Permalink
Update rbs
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Oct 2, 2024
1 parent b0d5100 commit ede831e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: a476a2a07da40f238a68afd88ffef247f95cdd2e
revision: f5f878b82e8a8d341b8630040bb1e006ace1ddd7
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: fileutils
Expand Down Expand Up @@ -46,19 +46,19 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: a476a2a07da40f238a68afd88ffef247f95cdd2e
revision: f5f878b82e8a8d341b8630040bb1e006ace1ddd7
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rake
version: '13.0'
source:
type: git
name: ruby/gem_rbs_collection
revision: a476a2a07da40f238a68afd88ffef247f95cdd2e
revision: f5f878b82e8a8d341b8630040bb1e006ace1ddd7
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rbs
version: 3.5.3
version: 3.6.0
source:
type: rubygems
- name: rdoc
Expand Down
2 changes: 1 addition & 1 deletion sig/hanami/lambda/application.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module Hanami

# @since 0.2.0
# @api private
def self.extended: (Class base) -> untyped
def self.extended: (class base) -> untyped

# Dispatch event to the handler
#
Expand Down

0 comments on commit ede831e

Please sign in to comment.