Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 85bbdeb

Browse files
committed
- updates core dependency
1 parent a9a06a4 commit 85bbdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microsoft_graph.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3030
spec.require_paths = ["lib"]
3131

32-
spec.add_runtime_dependency 'microsoft_graph_core', '>= 0.1', '< 0.3'
32+
spec.add_runtime_dependency 'microsoft_graph_core', '~> 0.3.1'
3333
spec.add_development_dependency 'rake', '~> 13.0'
3434
spec.add_development_dependency "rspec", "~> 3.0"
3535
end

0 commit comments

Comments
 (0)