Skip to content

Commit

Permalink
Remove unnecessary import of ostruct
Browse files Browse the repository at this point in the history
This line is not needed and triggers the error message

```
warning: ostruct was loaded from the standard library,
but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add ostruct to your Gemfile or gemspec to silence this warning.
```
  • Loading branch information
leoarnold committed Oct 31, 2024
1 parent cb8bc94 commit b1839ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require "ostruct"
module RubyEventStore
class InMemoryRepository
class UnsupportedVersionAnyUsage < StandardError
Expand Down

0 comments on commit b1839ce

Please sign in to comment.