Skip to content

Commit

Permalink
Bump omniauth 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suer committed Feb 17, 2022
1 parent f16572c commit c52c7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniauth-redmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'omniauth/redmine/version'

Gem::Specification.new do |spec|
spec.add_dependency 'omniauth', '~> 1.1'
spec.add_dependency 'omniauth', '~> 2.0'

spec.name = "omniauth-redmine"
spec.version = Omniauth::Redmine::VERSION
Expand Down

0 comments on commit c52c7c5

Please sign in to comment.