Skip to content

Commit

Permalink
feat(deps): this isn't really a feature, but I want to test the relea…
Browse files Browse the repository at this point in the history
…se workflow
  • Loading branch information
bethesque committed Jul 10, 2020
1 parent 1fb5d8c commit 29a7b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

# Not sure why jruby on Travis fails saying rake is not part of the bundle,
# even thought it's in the development dependencies. Trying it here.
gem 'rake', '~> 10.0.3'
gem 'rake', '~> 13.0'

if ENV['X_PACT_DEVELOPMENT'] == 'true'
gem 'pact-mock_service', path: '../pact-mock_service'
Expand Down
2 changes: 1 addition & 1 deletion pact-broker-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'term-ansicolor', '~> 1.7'
gem.add_runtime_dependency 'table_print', '~> 1.5'
gem.add_runtime_dependency 'thor', '~> 0.20'
gem.add_runtime_dependency 'rake', '~> 10.0' #For FileList
gem.add_runtime_dependency 'rake', '~> 13.0' #For FileList

gem.add_development_dependency 'fakefs', '~> 0.4'
gem.add_development_dependency 'webmock', '~> 3.0'
Expand Down

0 comments on commit 29a7b72

Please sign in to comment.