Skip to content

Commit

Permalink
Lower psych version to enable .yml syncing
Browse files Browse the repository at this point in the history
This is necessary due to the following outstanding issue: #933

Output prior to this commit:
```
$ gem list psych

*** LOCAL GEMS ***

psych (5.1.2, default: 4.0.4, 3.3.4)
```
  • Loading branch information
aaronskiba committed Oct 28, 2024
1 parent 7d64c24 commit a4e5dca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ gem 'rails', '~> 6.1'
# Analysis of the issue: https://www.theregister.com/2021/03/25/ruby_rails_code/
gem 'mimemagic'

gem 'psych', '~> 3.3'

# Use Puma as the app server
gem 'puma', group: :puma, require: false

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (3.3.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -670,6 +671,7 @@ DEPENDENCIES
parallel
pg
progress_bar
psych (~> 3.3)
puma
pundit
pundit-matchers
Expand Down

0 comments on commit a4e5dca

Please sign in to comment.