Skip to content

Commit adf10e9

Browse files
Bump psych gem to 5.1.2
This fixes the following error for the guides build: ``` Traceback (most recent call last): 13: from bug_report_templates/action_controller.rb:5:in `<main>' 12: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/inline.rb:42:in `gemfile' 11: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler.rb:403:in `with_unbundled_env' 10: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler.rb:649:in `with_env' 9: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler.rb:403:in `block in with_unbundled_env' 8: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/inline.rb:51:in `block in gemfile' 7: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/settings.rb:142:in `temporary' 6: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/inline.rb:66:in `block (2 levels) in gemfile' 5: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/runtime.rb:24:in `setup' 4: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/runtime.rb:24:in `map' 3: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/spec_set.rb:165:in `each' 2: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/spec_set.rb:165:in `each' 1: from /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/runtime.rb:25:in `block in setup' /usr/local/bundle/gems/bundler-2.4.22/lib/bundler/runtime.rb:304:in `check_for_activated_spec!': You have already activated psych 5.1.1.1, but your Gemfile requires psych 5.1.2. Prepending `bundle exec` to your command may solve this. (Gem::LoadError) ``` This is similar to rails#45052. Eventually, this should be fixed permanently by either rubygems/rubygems#5529 or rubygems/rubygems#5535.
1 parent b0048c7 commit adf10e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ GEM
377377
activesupport (>= 7.0.0)
378378
rack
379379
railties (>= 7.0.0)
380-
psych (5.1.1.1)
380+
psych (5.1.2)
381381
stringio
382382
public_suffix (5.0.1)
383383
puma (6.3.0)

0 commit comments

Comments
 (0)