Skip to content

Commit

Permalink
Fix Documented Avram version for lucky 1.1.0 (#1848)
Browse files Browse the repository at this point in the history
As I upgraded to lucky 1.1.0 I followed these instructions and ran into this error from shards:

Unable to satisfy the following requirements:

- `authentic (~> 1.1.0)` required by `shard.yml`
Failed to resolve dependencies

Because authentic 1.1.0 does not currently exist (latest version is 1.0.0)
  • Loading branch information
odinhb authored Dec 4, 2023
1 parent 8eef897 commit 62b6047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ brew upgrade lucky
- Update versions in `shard.yml`
- Lucky should be `~> 1.1.0`
- Avram should be `~> 1.1.0`
- Authentic should be `~> 1.1.0`
- Authentic should be `~> 1.0.0`
- Carbon should be `~> 0.4.0`
- LuckyTask should be `~> 0.3.0`
- LuckyFlow should be `~> 0.9.2`
Expand Down

0 comments on commit 62b6047

Please sign in to comment.