File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 notion-ruby-client (1.2.1 )
5- dotenv
65 faraday (>= 2.0 )
76 faraday-mashify (>= 0.1.1 )
87 faraday-multipart (>= 1.0.4 )
@@ -79,6 +78,7 @@ PLATFORMS
7978 x86_64-linux
8079
8180DEPENDENCIES
81+ dotenv
8282 notion-ruby-client !
8383 rake (~> 13 )
8484 rspec
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Gem::Specification.new do |s|
1515 s . homepage = 'http://github.com/orbit-love/notion-ruby-client'
1616 s . licenses = [ 'MIT' ]
1717 s . summary = 'Notion API client for Ruby.'
18- s . add_dependency 'dotenv'
1918 s . add_dependency 'faraday' , '>= 2.0'
2019 s . add_dependency 'faraday-mashify' , '>= 0.1.1'
2120 s . add_dependency 'faraday-multipart' , '>= 1.0.4'
2221 s . add_dependency 'hashie' , '~> 5'
22+ s . add_development_dependency 'dotenv'
2323 s . add_development_dependency 'rake' , '~> 13'
2424 s . add_development_dependency 'rspec'
2525 s . add_development_dependency 'rubocop' , '~> 0.82.0'
You can’t perform that action at this time.
0 commit comments