Skip to content

Commit

Permalink
Merge branch 'fix-mocha-version' of github.com:galois17/oauth-ruby in…
Browse files Browse the repository at this point in the history
…to fix-ssl-noverify
  • Loading branch information
galois17 committed Nov 23, 2020
2 parents eb5b00a + c0d9c39 commit 87064ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ language: ruby

rvm:
- "ruby-head"
- "2.7"
- "2.4.0"
- "2.3"
- "2.2"

matrix:
allow_failures:
- rvm: "ruby-head"
addons:
code_climate:
repo_token: 8f697ca756250f0c2c54170ae27e8a9c459d18a0236903b11291c88291b3aac9
Expand Down
2 changes: 1 addition & 1 deletion oauth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("iconv")
spec.add_development_dependency("rack", "~> 2.0")
spec.add_development_dependency("rack-test")
spec.add_development_dependency("mocha", ">= 0.9.12")
spec.add_development_dependency("mocha", ">= 0.9.12", "<=1.1.0")
spec.add_development_dependency("typhoeus", ">= 0.1.13")
spec.add_development_dependency("em-http-request", "0.2.11")
spec.add_development_dependency("curb")
Expand Down

0 comments on commit 87064ce

Please sign in to comment.