Update Gemfile.

This commit is contained in:
邱博亞 2024-04-18 22:17:09 +08:00
parent 74eb764277
commit 64753a01d0
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,9 @@ if RUBY_VERSION.to_f == 2.1
gem 'minitest-spec-rails'
end
else
if RUBY_VERSION.to_f >= 2.5
gem 'psych', '4.0.6'
end
gem 'sorted_set'
gem 'faraday'
gem 'ffi', '1.14.2'