We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d710b89 commit 40c50ebCopy full SHA for 40c50eb
3 files changed
CHANGELOG.txt
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+#### 0.4.0 Fri May 9 22:33:03 PDT 2025
4
+
5
+* Ditch rubocop - it has its own LSP
6
+* Also update rails version
7
8
#### 0.3.18 Tue Sep 10 20:10:21 PDT 2024
9
10
* bump dependencies
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ruby_language_server (0.3.18)
+ ruby_language_server (0.4.0)
activerecord (~> 7.0)
amatch
bundler
lib/ruby_language_server/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RubyLanguageServer
- VERSION = '0.3.18'
+ VERSION = '0.4.0'
end
0 commit comments