Skip to content

Commit

Permalink
Test against v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Dec 18, 2024
1 parent 8622089 commit a4eb7bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "sorbet-static-and-runtime", platforms: :ruby
gem "tapioca", "~> 0.13", require: false, platforms: :ruby
gem "psych", "~> 5.1", require: false
gem "rails", "8.0.0"
gem "ruby-lsp", github: "Shopify/ruby-lsp", branch: "andyw8/add-test-helper-methods-from-rails-addon"
gem "ruby-lsp", github: "Shopify/ruby-lsp", tag: "v0.22.1"

# # platforms :mingw, :x64_mingw, :mswin, :jruby do
# gem "tzinfo"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/Shopify/ruby-lsp.git
revision: d10405127e34b179bf0a93a06fd07df4f7e5cee3
branch: andyw8/add-test-helper-methods-from-rails-addon
revision: 2441ce1e9192a6d8cb6c0fd18c8e41c45fbe19b2
tag: v0.22.1
specs:
ruby-lsp (0.23.0)
ruby-lsp (0.22.1)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
Expand All @@ -13,7 +13,7 @@ PATH
remote: .
specs:
ruby-lsp-rails (0.3.27)
ruby-lsp (>= 0.23.0, < 0.24.0)
ruby-lsp (>= 0.22.1, < 0.23.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion ruby-lsp-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
end

spec.add_dependency("ruby-lsp", ">= 0.23.0", "< 0.24.0")
spec.add_dependency("ruby-lsp", ">= 0.22.1", "< 0.23.0")
end

0 comments on commit a4eb7bb

Please sign in to comment.