Skip to content

Commit

Permalink
Gemfile ostruct as of ruby 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Feb 2, 2025
1 parent d249e1b commit 34ad559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ group(:test) do
gem('simplecov')
gem('simplecov-lcov')
gem('sinatra', '~> 1.0')
gem('ostruct') if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.5')
gem('rack', '~> 1.0')
gem('rack-accept')
gem('rack-test')
Expand Down

0 comments on commit 34ad559

Please sign in to comment.