Skip to content

Commit 1a59cfc

Browse files
committed
Allow recent versions of omniauth
1 parent 4b95e5a commit 1a59cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniauth-contrib.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require File.expand_path(File.join('..', 'lib', 'omniauth', 'google_oauth2', 'version'), __FILE__)
33

44
Gem::Specification.new do |gem|
5-
gem.add_dependency 'omniauth', '~> 1.0'
5+
gem.add_dependency 'omniauth', '> 1.0'
66

77
gem.authors = ["Josh Ellithorpe", "Yury Korolev"]
88
gem.email = ["quest@mac.com"]

0 commit comments

Comments
 (0)