Skip to content

Commit 44c82cc

Browse files
committed
ruby-lsp 0.24 compatibility
1 parent 9ae79d7 commit 44c82cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-lsp-factory_bot (0.3.1)
5-
ruby-lsp (>= 0.23.0, < 0.24.0)
4+
ruby-lsp-factory_bot (0.4.0)
5+
ruby-lsp (>= 0.24.0, < 0.25.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -48,10 +48,10 @@ GEM
4848
unicode-display_width (>= 2.4.0, < 4.0)
4949
rubocop-ast (1.37.0)
5050
parser (>= 3.3.1.0)
51-
ruby-lsp (0.23.6)
51+
ruby-lsp (0.24.2)
5252
language_server-protocol (~> 3.17.0)
5353
prism (>= 1.2, < 2.0)
54-
rbs (>= 3, < 4)
54+
rbs (>= 3, < 5)
5555
sorbet-runtime (>= 0.5.10782)
5656
ruby-progressbar (1.13.0)
5757
sorbet-runtime (0.5.11708)

lib/ruby_lsp/factory_bot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RubyLsp
44
module FactoryBot
5-
VERSION = "0.3.1"
5+
VERSION = "0.4.0"
66
end
77
end

ruby-lsp-factory_bot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
4040

4141
# Uncomment to register a new dependency of your gem
4242
# spec.add_dependency "example-gem", "~> 1.0"
43-
spec.add_dependency("ruby-lsp", ">= 0.23.0", "< 0.24.0")
43+
spec.add_dependency("ruby-lsp", ">= 0.24.0", "< 0.25.0")
4444

4545
# For more information and examples about making a new gem, check out our
4646
# guide at: https://bundler.io/guides/creating_gem.html

0 commit comments

Comments
 (0)