Guest User

Untitled

a guest
Sep 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. diff --git a/Gemfile b/Gemfile
  2. index e8af539..4a9c88b 100644
  3. --- a/Gemfile
  4. +++ b/Gemfile
  5. @@ -13,7 +13,7 @@ def location_for(place, fake_version = nil)
  6. end
  7.  
  8. group(:packaging) do
  9. - gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99')
  10. + gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99.13')
  11. end
  12.  
  13. # C Ruby (MRI) or Rubinius, but NOT Windows
  14. @@ -39,7 +39,7 @@ group(:development, :test) do
  15. # be removed here *yet* due to TravisCI / AppVeyor which call:
  16. # bundle install --without development
  17. # PUP-7433 describes work necessary to restructure this
  18. - gem "rake", '~> 12.2.1', :require => false
  19. + gem "rake", '~> 12.3', :require => false
  20. gem "rspec", "~> 3.1", :require => false
  21. gem "rspec-its", "~> 1.1", :require => false
  22. gem "rspec-collection_matchers", "~> 1.1", :require => false
Add Comment
Please, Sign In to add comment