I have a simple Gemfile
for an iOS project using cocoapods:
# frozen_string_literal: true
source "https://rubygems.org"
gem 'cocoapods'
gem 'fastlane'
gem 'jazzy'
I've tried to update my bundle by a bundle update
and jazzy went from version 0.8.2 to 0.0.14 so I rolled back my Gemfile.lock
and did 3 invidual updates of my 3 gems and everything went fine, ie jazzy was still in version 0.8.2.
I redid a bundle update
and, again, jazzy went from version 0.8.2 to 0.0.14.
What am I missing here? Why do I get a different set of versions with the same constraints?
A gist with more details about the content of the files: https://gist.github.com/dirtyhenry/135ec7ef73f873d5ac3236bc3da633ba