Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Dec 19, 2019
1 parent c3b4481 commit 9c05fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ language: ruby
cache: bundler
rvm:
- 2.6
before_install: gem install bundler -v 2.0.1
before_install: gem install bundler -v 2.1
2 changes: 1 addition & 1 deletion pulsedive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "vcr", "~> 5.0"
spec.add_development_dependency "webmock", "~> 3.7"

spec.add_runtime_dependency "thor", "~> 0.20"
spec.add_runtime_dependency "thor", "~> 1.0"
end

0 comments on commit 9c05fb3

Please sign in to comment.