Skip to content

Commit

Permalink
Fix bundler dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
suprnova32 committed Nov 15, 2019
1 parent 67a9707 commit b30bb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "oauth2", "~> 1.4"
gem.add_dependency "omniauth", "~> 1.9"

gem.add_development_dependency "bundler", "~> 1.0"
gem.add_development_dependency "bundler", "~> 2.0"

gem.authors = ["Michael Bleigh", "Erik Michaels-Ober", "Tom Milewski"]
gem.email = ["michael@intridea.com", "sferik@gmail.com", "tmilewski@gmail.com"]
Expand Down

0 comments on commit b30bb67

Please sign in to comment.