Skip to content

Commit

Permalink
Merge pull request #36 from ksss/bundle-update
Browse files Browse the repository at this point in the history
Bundle update
  • Loading branch information
ksss authored Feb 4, 2025
2 parents 12d6b85 + cb63c69 commit 163beee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GEM
nokogiri (1.18.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orthoses (1.17.0)
orthoses (1.18.0)
rbs (~> 3.0)
parser (3.3.7.0)
ast (~> 2.4.1)
Expand All @@ -147,7 +147,7 @@ GEM
date
stringio
racc (1.8.1)
rack (3.1.8)
rack (3.1.9)
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/orthoses/active_support/delegation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def defined: () -> ::Integer
c.body.delete_if {|line| line.start_with?('#') }
}.to_rbs
expect = <<~RBS
class Foo
class DelegationTest::Foo
def no_type: () -> untyped
def string: () -> String
@single_var: Integer
Expand Down
24 changes: 12 additions & 12 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: actiontext
version: '7.2'
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: base64
Expand All @@ -30,7 +30,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: benchmark
Expand All @@ -54,7 +54,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: coverage
Expand Down Expand Up @@ -106,15 +106,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: i18n
version: '1.10'
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: io-console
Expand All @@ -138,15 +138,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: mini_mime
version: '0.1'
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: minitest
Expand Down Expand Up @@ -182,7 +182,7 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: objspace
Expand All @@ -198,7 +198,7 @@ gems:
source:
type: stdlib
- name: orthoses
version: 1.17.0
version: 1.18.0
source:
type: rubygems
- name: pathname
Expand Down Expand Up @@ -230,15 +230,15 @@ gems:
source:
type: git
name: ruby/gem_rbs_collection
revision: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
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: ccc14ab579825d8d1fcb4641cc74bfaaf31025a0
revision: '093e0f4572179366e0818ec7c1ffa8f3cbc552e6'
remote: https://github.com/ruby/gem_rbs_collection.git
repo_dir: gems
- name: rbs
Expand Down

0 comments on commit 163beee

Please sign in to comment.