Skip to content

Commit

Permalink
Add dependency constraint for omniauth 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
koshilife committed Mar 14, 2021
1 parent f817110 commit 955ae4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omniauth-line.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'json', '>= 2.3.0'
s.add_dependency 'omniauth', '~> 1.2'
s.add_dependency 'omniauth-oauth2', '~>1.3'
s.add_development_dependency 'bundler', '~> 2.0'
end

0 comments on commit 955ae4d

Please sign in to comment.