Skip to content

Commit

Permalink
Merge pull request #21 from miyataka/master
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
kazasiki authored Sep 6, 2020
2 parents 1520769 + a070775 commit 36a6886
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions omniauth-line.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'json', '~> 1.3'
s.add_dependency 'omniauth-oauth2', '~>1.3.1'
s.add_development_dependency 'bundler', '~> 1.0'

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

0 comments on commit 36a6886

Please sign in to comment.