Skip to content

Commit f1d7f91

Browse files
committed
Relax Rails dependency
1 parent 8b6d8ac commit f1d7f91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PATH
1212
remote: .
1313
specs:
1414
rails_ruby_lsp (0.1.0)
15-
rails (>= 7.0.4.3)
15+
rails (>= 6.0)
1616
ruby-lsp (>= 0.4.0)
1717

1818
GEM

rails_ruby_lsp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |spec|
2121
Dir["{app,config,db,lib}/**/*", "LICENSE.txt", "Rakefile", "README.md"]
2222
end
2323

24-
spec.add_dependency("rails", ">= 7.0.4.3")
24+
spec.add_dependency("rails", ">= 6.0")
2525
spec.add_dependency("ruby-lsp", ">= 0.4.0")
2626
end

0 commit comments

Comments
 (0)