We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344bc7a commit 62f8b6fCopy full SHA for 62f8b6f
Rakefile
@@ -19,6 +19,7 @@ HOE = Class.new(Hoe) do
19
end
20
end.spec 'neo4j-ruby-driver' do
21
developer 'Heinrich Klobuczek', 'heinrich@mail.com'
22
+ self.urls = { 'home' => 'https://github.com/neo4jrb/neo4j-ruby-driver' }
23
24
active_support_version = ENV['ACTIVE_SUPPORT_VERSION']
25
dependency 'activesupport', active_support_version&.length&.positive? ? "~> #{active_support_version}" : '>= 7.1'
0 commit comments