Skip to content

Commit

Permalink
Merge pull request #49 from sinsoku/remove-dotenv-from-runtime-deps
Browse files Browse the repository at this point in the history
Remove dotenv from runtime dependencies
  • Loading branch information
phacks authored Oct 2, 2023
2 parents 95fdbbf + 5d14374 commit ee00d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PATH
remote: .
specs:
notion-ruby-client (1.2.1)
dotenv
faraday (>= 2.0)
faraday-mashify (>= 0.1.1)
faraday-multipart (>= 1.0.4)
Expand Down Expand Up @@ -79,6 +78,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
dotenv
notion-ruby-client!
rake (~> 13)
rspec
Expand Down
2 changes: 1 addition & 1 deletion notion-ruby-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/orbit-love/notion-ruby-client'
s.licenses = ['MIT']
s.summary = 'Notion API client for Ruby.'
s.add_dependency 'dotenv'
s.add_dependency 'faraday', '>= 2.0'
s.add_dependency 'faraday-mashify', '>= 0.1.1'
s.add_dependency 'faraday-multipart', '>= 1.0.4'
s.add_dependency 'hashie', '~> 5'
s.add_development_dependency 'dotenv'
s.add_development_dependency 'rake', '~> 13'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop', '~> 0.82.0'
Expand Down

0 comments on commit ee00d9f

Please sign in to comment.