Skip to content

Commit

Permalink
Bump psych version to 3.1.0
Browse files Browse the repository at this point in the history
This fixes this error:
```
Your bundle is locked to psych (3.0.0), but that version could not be
found in any of the sources listed in your Gemfile. If you haven't
changed sources, that means the author of psych (3.0.0) has removed it.
You'll need to update your bundle to a version other than psych (3.0.0)
that hasn't been removed in order to install.
```
which happened because psych 3.0.0 was yanked from rubygems:
https://rubygems.org/gems/psych/versions
  • Loading branch information
rmacklin committed Feb 11, 2019
1 parent a4b00d9 commit 848f1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
psych (3.0.0)
psych (3.1.0)
public_suffix (3.0.1)
rack (1.6.8)
rake (0.9.6)
Expand Down

0 comments on commit 848f1a1

Please sign in to comment.