Skip to content

Commit

Permalink
Travis: Test w/Ruby 2.4 and 2.5
Browse files Browse the repository at this point in the history
Requires updating webmock; see: bblimke/webmock#683
  • Loading branch information
danschmidt5189 authored and redconfetti committed Nov 18, 2023
1 parent a9b9039 commit b056b18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ rvm:
- 2.1
- 2.2
- 2.3.1
- 2.4
- 2.5
branches:
only:
- master
Expand Down
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', '~> 13.0.6'
gem.add_development_dependency 'webmock', '~> 3.18.1'
gem.add_development_dependency 'rspec', '~> 3.11.0'
gem.add_development_dependency 'rack-test', '~> 0.8.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 'awesome_print'
end

0 comments on commit b056b18

Please sign in to comment.