Skip to content

Commit

Permalink
Add ostruct to dependencies to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Nov 10, 2024
1 parent 1edeb8e commit a4be498
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ gem 'paint', '~> 2.0'
# Application server
gem 'puma', '~> 6.4'

# Utilities
gem 'ostruct', '~> 0.6.1'

group :test do
# Automated tests
gem 'rspec', '~> 3.9'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.3)
ostruct (0.6.1)
paint (2.3.0)
puma (6.4.3)
nio4r (~> 2.0)
Expand Down Expand Up @@ -86,6 +87,7 @@ PLATFORMS
DEPENDENCIES
activemodel (~> 7.1)
activesupport (~> 7.1)
ostruct (~> 0.6.1)
paint (~> 2.0)
puma (~> 6.4)
rackup (~> 2.1)
Expand Down

0 comments on commit a4be498

Please sign in to comment.