Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 5, 2024
2 parents 2b1210b + f33a917 commit 1d573c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ PATH
dante
goo
google-analytics-data
google-apis-analytics_v3
mlanett-redis-lock
multi_json
ncbo_annotator
Expand Down Expand Up @@ -134,6 +135,7 @@ GEM
google-cloud-env (2.1.0)
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.3.1)
google-protobuf (3.25.1-x86_64-darwin)
google-protobuf (3.25.1-x86_64-linux)
googleapis-common-protos (1.4.0)
google-protobuf (~> 3.14)
Expand All @@ -148,6 +150,9 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
grpc (1.60.0-x86_64-darwin)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
grpc (1.60.0-x86_64-linux)
google-protobuf (~> 3.25)
googleapis-common-protos-types (~> 1.0)
Expand Down Expand Up @@ -251,6 +256,7 @@ GEM
webrick (1.8.1)

PLATFORMS
x86_64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -282,4 +288,4 @@ DEPENDENCIES
test-unit-minitest

BUNDLED WITH
2.3.15
2.4.21
1 change: 1 addition & 0 deletions ncbo_cron.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |gem|
gem.add_dependency("dante")
gem.add_dependency("goo")
gem.add_dependency("google-analytics-data")
gem.add_dependency("google-apis-analytics_v3")
gem.add_dependency("mlanett-redis-lock")
gem.add_dependency("multi_json")
gem.add_dependency("ncbo_annotator")
Expand Down

0 comments on commit 1d573c4

Please sign in to comment.