Skip to content

Commit

Permalink
conf: upgraded supplejack_common
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-mesnilgrente committed Apr 10, 2024
1 parent 09ed11a commit 2cbbc5e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 66 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ gem 'kaminari'
gem 'kaminari-mongoid'
gem 'lograge', '~> 0.11.2'
gem 'mongoid', '~> 7.0'
gem 'oai', '~> 1.1.0' # faraday needs to be updated for 1.2.0
gem 'oai'
gem 'ougai', '~> 1.8'
gem 'parse-cron'
gem 'puma'
gem 'rails', '~> 7.0.8'
gem 'responders'
gem 'sidekiq', '6.5.10'
gem 'sinatra', require: nil
gem 'supplejack_common', github: 'DigitalNZ/supplejack_common', tag: 'v2.11.1'
gem 'supplejack_common', github: 'DigitalNZ/supplejack_common', branch: 'pm/rspec-upgrade'
gem 'whenever', require: false
gem 'brakeman'
gem 'amazing_print'
Expand Down
111 changes: 47 additions & 64 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
GIT
remote: https://github.com/DigitalNZ/supplejack_common
revision: 79502528b3ad29a0eb58d76788fd0d00eecfdaaf
tag: v2.11.1
revision: 7598c8093c0f72686ebfed3f1258ec6e8a1bcd72
branch: pm/rspec-upgrade
specs:
supplejack_common (0.0.2)
actionpack
activesupport
supplejack_common (3.0.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
aws-sdk-s3
chronic (<= 0.10.2)
dimensions
faraday (~> 2.0)
faraday-retry
htmlentities
json (>= 2.3.0)
jsonpath (~> 0.5.0)
Expand Down Expand Up @@ -121,31 +123,31 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
amazing_print (1.4.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.621.0)
aws-eventstream (1.3.0)
aws-partitions (1.912.0)
aws-sdk-comprehend (1.60.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.135.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.191.6)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.58.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (1.78.0)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sigv4 (~> 1.1)
aws-sdk-rekognition (1.66.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.114.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-s3 (1.146.1)
aws-sdk-core (~> 3, >= 3.191.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
aws-sigv4 (1.5.1)
aws-sigv4 (~> 1.8)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
bigdecimal (3.1.7)
brakeman (5.2.1)
bson (4.15.0)
bson (5.0.0)
builder (3.2.4)
byebug (11.1.3)
case_transform (0.2)
Expand All @@ -163,8 +165,7 @@ GEM
date (3.3.4)
diff-lcs (1.5.0)
dimensions (1.3.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20240107)
elastic-apm (4.5.0)
concurrent-ruby (~> 1.0)
http (>= 3.0)
Expand All @@ -174,31 +175,14 @@ GEM
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.10.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
Expand All @@ -219,8 +203,8 @@ GEM
http-form_data (2.3.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
jmespath (1.6.1)
json (2.6.3)
jmespath (1.6.2)
json (2.7.2)
jsonapi-renderer (0.2.2)
jsonpath (0.5.8)
multi_json
Expand Down Expand Up @@ -258,24 +242,25 @@ GEM
net-smtp
marcel (1.0.4)
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mime-types-data (3.2024.0305)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.1.5)
minitest (5.22.3)
mongo (2.18.1)
bson (>= 4.14.1, < 5.0.0)
mongoid (7.5.1)
mongo (2.20.0)
bson (>= 4.14.1, < 6.0.0)
mongoid (7.5.4)
activemodel (>= 5.1, < 7.1, != 7.0.0)
mongo (>= 2.10.5, < 3.0.0)
ruby2_keywords (~> 0.0.5)
multi_json (1.15.0)
multipart-post (2.2.3)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
uri
net-imap (0.4.10)
date
net-protocol
Expand All @@ -287,16 +272,16 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.1)
nokogiri (1.16.3-arm64-darwin)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-darwin)
nokogiri (1.16.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
oai (1.1.0)
oai (1.2.1)
builder (>= 3.1.0)
faraday
faraday_middleware
faraday (< 3)
faraday-follow_redirects (>= 0.3.0, < 2)
oj (3.16.3)
bigdecimal (>= 3.0)
optparse (0.4.0)
Expand Down Expand Up @@ -357,7 +342,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
redis (4.8.1)
regexp_parser (2.9.0)
request_store (1.5.1)
Expand Down Expand Up @@ -450,10 +435,8 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
uri (0.13.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -489,7 +472,7 @@ DEPENDENCIES
lograge (~> 0.11.2)
mimemagic (= 0.3.10)
mongoid (~> 7.0)
oai (~> 1.1.0)
oai
ougai (~> 1.8)
parse-cron
pry-byebug
Expand Down

0 comments on commit 2cbbc5e

Please sign in to comment.