Skip to content

Commit

Permalink
Loosen version requirement for OAuth gem (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth authored May 5, 2023
1 parent 3d28aff commit 170e470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ims-lti.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.version = "1.2.8"

s.add_dependency 'builder', '>= 1.0', '< 4.0'
s.add_dependency 'oauth', '>= 0.4.5', '< 0.6'
s.add_dependency 'oauth', '>= 0.4.5'
s.add_dependency 'rexml'

s.add_development_dependency 'rspec', '~> 3.0', '> 3.0'
Expand Down

0 comments on commit 170e470

Please sign in to comment.