Skip to content

Commit

Permalink
feat(gems): upgrade webmachine to 1.5.0
Browse files Browse the repository at this point in the history
This removes ruby 2.4 Fixnum/Integer deprecation warnings
  • Loading branch information
bethesque committed Sep 11, 2017
1 parent 75af18f commit d23fedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'reform', '~> 2.2'
gem.add_runtime_dependency 'dry-validation', '~> 0.10.5'
gem.add_runtime_dependency 'sequel', '~> 4.23'
gem.add_runtime_dependency 'webmachine', '1.4.0'
gem.add_runtime_dependency 'webmachine', '1.5.0'
gem.add_runtime_dependency 'semver2', '~> 3.4.2'
gem.add_runtime_dependency 'rack', '~>2.0'
gem.add_runtime_dependency 'redcarpet', '>=3.3.2', '~>3.3'
Expand Down

0 comments on commit d23fedc

Please sign in to comment.