Skip to content

Commit

Permalink
(maint) Bump to packaging 0.99.8
Browse files Browse the repository at this point in the history
This commit bumps the packaging gem dependency to be more specific. Without
this, older versions of packaging get pulled in, which don't include necessary
updates for shipping.
  • Loading branch information
mwaggett committed Jul 16, 2018
1 parent 8cf5379 commit e1c76c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ def location_for(place)
end

gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || '~> 0.15.11')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99.8')
gem 'artifactory'
gem 'rake'
gem 'json'
gem 'octokit'
gem 'rubocop', "~> 0.34.2"
gem 'rubocop', "~> 0.34.2"

0 comments on commit e1c76c8

Please sign in to comment.