Skip to content

Commit

Permalink
feat: encode pagination token manually
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mesnilgrente committed Feb 9, 2021
1 parent ee498bd commit 86892f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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 'rails', '~> 6.0.3'
gem 'responders'
gem 'sidekiq'
gem 'sinatra', require: nil
gem 'supplejack_common', github: 'DigitalNZ/supplejack_common', tag: 'v2.8.3'
gem 'supplejack_common', github: 'DigitalNZ/supplejack_common', tag: 'v2.9.0'
gem 'whenever', require: false
gem 'brakeman'
gem 'moderate_parameters'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/DigitalNZ/supplejack_common
revision: a866415515ee9513caf8bdf67765a401e2458a1c
tag: v2.8.3
revision: c2085f9c21bcd1ed5d823ee850b0b6e5d88ee590
tag: v2.9.0
specs:
supplejack_common (0.0.2)
actionpack
Expand All @@ -14,7 +14,7 @@ GIT
jsonpath (~> 0.5.0)
loofah
mimemagic
mongoid
mongoid (~> 7.1.0)
nokogiri
oai
redis
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
activesupport
chronic (0.10.2)
coderay (1.1.3)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
crass (1.0.6)
database_cleaner (1.8.5)
Expand Down Expand Up @@ -153,10 +153,10 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.5)
i18n (1.8.7)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
json (2.3.1)
json (2.5.1)
jsonapi-renderer (0.2.2)
jsonpath (0.5.8)
multi_json
Expand Down Expand Up @@ -198,17 +198,17 @@ GEM
mimemagic (0.3.5)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.2)
minitest (5.14.3)
moderate_parameters (0.4.0)
actionpack (>= 4.2, < 6.1)
activemodel (>= 4.2, < 6.1)
activesupport (>= 4.2, < 6.1)
railties (>= 4.2, < 6.1)
mongo (2.14.0)
bson (>= 4.8.2, < 5.0.0)
mongoid (7.2.0)
mongoid (7.1.6)
activemodel (>= 5.1, < 6.1)
mongo (>= 2.10.5, < 3.0.0)
mongo (>= 2.7.0, < 3.0.0)
multi_json (1.15.0)
multipart-post (2.1.1)
mustermann (1.1.1)
Expand Down Expand Up @@ -354,7 +354,7 @@ GEM
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.2)
ruby_dep (1.5.0)
sanitize (5.2.1)
sanitize (5.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.8.0)
nokogumbo (~> 2.0)
Expand Down Expand Up @@ -382,7 +382,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.9.2)
tzinfo (1.2.8)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
Expand Down

0 comments on commit 86892f4

Please sign in to comment.