Skip to content

Commit

Permalink
relax development dependencies - travis will notify when they break
Browse files Browse the repository at this point in the history
  • Loading branch information
vjt committed Nov 14, 2020
1 parent 983aef7 commit 14256b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions omniauth-cas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Gem::Specification.new do |gem|
gem.add_dependency 'nokogiri', '~> 1.5'
gem.add_dependency 'addressable', '~> 2.3'

gem.add_development_dependency 'rake', '~> 10.0'
gem.add_development_dependency 'webmock', '~> 2.3.1'
gem.add_development_dependency 'rspec', '~> 3.1.0'
gem.add_development_dependency 'rack-test', '~> 0.6'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'rack-test'

gem.add_development_dependency 'awesome_print'
end

0 comments on commit 14256b7

Please sign in to comment.