Skip to content

Commit

Permalink
Add fiddle gem to Gemfile for Ruby >= 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
y9v committed Sep 5, 2024
1 parent 0b87253 commit fd8bc2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ if RUBY_VERSION >= '2.6.0'
gem 'rubocop-rspec', ['~> 2.20', '< 2.21'], require: false
end

gem 'ostruct' if RUBY_VERSION >= '3.3'
if RUBY_VERSION >= '3.3'
gem 'fiddle'
gem 'ostruct'
end

# Optional extensions
# TODO: Move this to Appraisals?
Expand Down

0 comments on commit fd8bc2a

Please sign in to comment.