You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there I wanted to report I had trouble updating our Gemfile to use 4.0.1. I think it's related to the switch from master to main branch. bundler was ignoring the new version for me so I updated by gem file to specify the version as > 4.0.1 and That got me this error message
josh@MacBook-Pro$ bundle update by_star [ruby-3.1.2]
Fetching https://github.com/radar/by_star
Fetching gem metadata from https://rubygems.org/........
Could not find gem 'by_star (>= 4.0.1)' in https://github.com/radar/by_star (at master@d7811c0).
Which helped me realize the difference. I had to manually specify the main branch in my Gemfile to get the new version. Like this:
And then i was able to bundle update by_star successfully. I don't understand why this was the case but figured i'd post here in the hope this helps somebody else down the road. I'm on bundler 2.3.22 maybe newer versions of bundler handle this better?
The text was updated successfully, but these errors were encountered:
Hi there I wanted to report I had trouble updating our Gemfile to use 4.0.1. I think it's related to the switch from master to main branch. bundler was ignoring the new version for me so I updated by gem file to specify the version as > 4.0.1 and That got me this error message
Which helped me realize the difference. I had to manually specify the main branch in my Gemfile to get the new version. Like this:
And then i was able to bundle update by_star successfully. I don't understand why this was the case but figured i'd post here in the hope this helps somebody else down the road. I'm on bundler 2.3.22 maybe newer versions of bundler handle this better?
The text was updated successfully, but these errors were encountered: