From 216ecd317e13de6d45fababbe5534a45a964f444 Mon Sep 17 00:00:00 2001 From: yuenmichelle1 Date: Mon, 23 Dec 2024 09:26:47 -0600 Subject: [PATCH] update restpack serializer to version compatible with rails 5 and 6 and 7.0 (#389) --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- Gemfile.next.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 24c30ac..8b8411d 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'puma' gem 'pundit', '~> 1.1.0' gem 'rack-cors', '~> 1.0.5' gem 'redis', '~> 3.3.0' -gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'talk-api-version', ref: '637aaaf85e' +gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'talk-api-version', ref: '32268d26c2c6' gem 'schema_plus_pg_indexes' gem 'sidekiq', '< 6' gem 'sidekiq-congestion', '~> 0.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index fedb578..9d21b5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,13 +10,13 @@ GIT GIT remote: https://github.com/zooniverse/restpack_serializer.git - revision: 637aaaf85eda4f467c034f19f52e3f0cb6b20112 - ref: 637aaaf85e + revision: 32268d26c2c6a55d3bf69f84a546647a604ea39c + ref: 32268d26c2c6 branch: talk-api-version specs: restpack_serializer (0.5.9) - activerecord (>= 4.0.3, < 6.0) - activesupport (>= 4.0.3, < 6.0) + activerecord (>= 5.0.0, < 7.1) + activesupport (>= 5.0.0, < 7.1) kaminari (< 2.0) GEM diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 1d8d4b6..0c0b410 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -10,13 +10,13 @@ GIT GIT remote: https://github.com/zooniverse/restpack_serializer.git - revision: 637aaaf85eda4f467c034f19f52e3f0cb6b20112 - ref: 637aaaf85e + revision: 32268d26c2c6a55d3bf69f84a546647a604ea39c + ref: 32268d26c2c6 branch: talk-api-version specs: restpack_serializer (0.5.9) - activerecord (>= 4.0.3, < 6.0) - activesupport (>= 4.0.3, < 6.0) + activerecord (>= 5.0.0, < 7.1) + activesupport (>= 5.0.0, < 7.1) kaminari (< 2.0) GEM