diff --git a/Gemfile b/Gemfile index 4abd9a1dc6..d48d5a7d1b 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index b3f1b62f53..a7bfb53049 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -590,6 +591,7 @@ DEPENDENCIES omniauth omniauth-rails_csrf_protection omniauth_openid_connect + ostruct pagy pg (>= 0.18, < 2.0) pry