Skip to content

Commit

Permalink
update restpack serializer to version compatible with rails 5 and 6 a…
Browse files Browse the repository at this point in the history
…nd 7.0 (#389)
  • Loading branch information
yuenmichelle1 authored Dec 23, 2024
1 parent 797940f commit 216ecd3
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 @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 216ecd3

Please sign in to comment.