Skip to content

Commit

Permalink
(maint) Pick up rhel 9 packaging support
Browse files Browse the repository at this point in the history
Support for el-9 was added to packaging in 0.105.0; update the Gemfile to reflect that
  • Loading branch information
e-gris authored and mhashizume committed Jan 14, 2022
1 parent bef988f commit e6984b3
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 @@ -10,8 +10,8 @@ def location_for(place)
end
end

gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || '~> 0.21')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99.43')
gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || '~> 0.24')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.105')
gem 'artifactory'
gem 'rake'
gem 'json'
Expand Down

0 comments on commit e6984b3

Please sign in to comment.