Skip to content

Commit

Permalink
Updating Restpack serializer panoptes-api-version to support up to ac…
Browse files Browse the repository at this point in the history
…tivesupport/record 7.1 (#4093)

* test against restpack serializer branch with activerecord/support < 7.1 support

* update restpack_serializer to newest commit

* pull from panoptes-api-version branch
  • Loading branch information
yuenmichelle1 authored Jan 25, 2023
1 parent ce1585f commit 4949257
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else
gem 'rails', '~> 5.2'
end
gem 'ranked-model', '~> 0.4.8'
gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'panoptes-api-version', ref: 'cef0969cef'
gem 'restpack_serializer', git: 'https://github.com/zooniverse/restpack_serializer.git', branch: 'panoptes-api-version', ref: '5f1ef6c2b2'
gem 'scientist', '~> 1.6.3'
gem 'sidekiq', '< 7'
gem 'sidekiq-congestion', '~> 0.1.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GIT
remote: https://github.com/zooniverse/restpack_serializer.git
revision: cef0969cef79a31de774e71c63de2a934c9e9f7f
ref: cef0969cef
revision: 5f1ef6c2b230f291dd3b30b9c213bbeb64617801
ref: 5f1ef6c2b2
branch: panoptes-api-version
specs:
restpack_serializer (0.5.9)
activerecord (>= 4.0.3, < 6.0)
activesupport (>= 4.0.3, < 6.0)
activerecord (>= 5.2, < 7.1)
activesupport (>= 5.2, < 7.1)
kaminari (< 2.0)

GEM
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GIT
remote: https://github.com/zooniverse/restpack_serializer.git
revision: cef0969cef79a31de774e71c63de2a934c9e9f7f
ref: cef0969cef
revision: 5f1ef6c2b230f291dd3b30b9c213bbeb64617801
ref: 5f1ef6c2b2
branch: panoptes-api-version
specs:
restpack_serializer (0.5.9)
activerecord (>= 4.0.3, < 6.0)
activesupport (>= 4.0.3, < 6.0)
activerecord (>= 5.2, < 7.1)
activesupport (>= 5.2, < 7.1)
kaminari (< 2.0)

GEM
Expand Down

0 comments on commit 4949257

Please sign in to comment.