Skip to content

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
asmega committed Sep 10, 2024
1 parent 4934043 commit c6c3867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ gem "activerecord-copy", require: false
gem "pagy"
gem "rubyzip", require: "zip"

gem "ostruct"

group :development, :test do
gem "pry"
gem "rspec-rails"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ GEM
validate_url
webfinger (~> 1.2)
os (1.1.4)
ostruct (0.6.0)
pagy (8.6.3)
parallel (1.25.1)
parallel_tests (4.7.1)
Expand Down Expand Up @@ -590,6 +591,7 @@ DEPENDENCIES
omniauth
omniauth-rails_csrf_protection
omniauth_openid_connect
ostruct
pagy
pg (>= 0.18, < 2.0)
pry
Expand Down

0 comments on commit c6c3867

Please sign in to comment.