Skip to content

Commit

Permalink
(BUGFIX) Change how packaging is pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
david22swan committed Nov 7, 2024
1 parent c169261 commit 6d9948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def location_for(place)
end

gem 'vanagon', *location_for(ENV['VANAGON_LOCATION'] || '~> 0.48.0')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '>= 0.118.0')
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.118')

# csv > 3.1.5 requires 'stringio' which the latest version of requires Ruby >= 2.5.0
gem 'csv', '3.1.5' if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.5.0')
Expand Down

0 comments on commit 6d9948c

Please sign in to comment.