Skip to content

Commit

Permalink
Merge pull request #108 from soutaro/rbs
Browse files Browse the repository at this point in the history
Relax rbs gem requirement
  • Loading branch information
soutaro authored Oct 1, 2024
2 parents 2726c00 + 1cedcda commit 37d0d80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
rbs-inline (0.8.0)
prism (>= 0.29, < 1.1)
rbs (~> 3.5.0)
rbs (>= 3.5.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -49,10 +49,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.5.3)
rbs (3.6.0)
logger
securerandom (0.3.1)
steep (1.8.0.dev.2)
steep (1.8.0)
activesupport (>= 5.1)
concurrent-ruby (>= 1.1.10)
csv (>= 3.0.9)
Expand All @@ -63,7 +63,7 @@ GEM
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (>= 3.5.0.pre)
rbs (~> 3.6.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
Expand Down
2 changes: 1 addition & 1 deletion rbs-inline.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "prism", ">= 0.29", "< 1.1"
spec.add_dependency "rbs", "~> 3.5.0"
spec.add_dependency "rbs", ">= 3.5.0"
end
6 changes: 3 additions & 3 deletions rbs_collection.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ gems:
source:
type: stdlib
- name: prism
version: 0.30.0
version: 1.0.0
source:
type: rubygems
- name: rake
version: '13.0'
source:
type: git
name: ruby/gem_rbs_collection
revision: 03121e6bbf2340e3b179edcc351deac45476f4d0
revision: 25b8cf2135233e112d93d6b64083ee5e419875b6
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

0 comments on commit 37d0d80

Please sign in to comment.