Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into biodivportal
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Aug 19, 2024
2 parents 0397ca6 + 54424ed commit 57832c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.6 # Not needed with a .ruby-version file
ruby-version: 2.7.8 # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: get-deployment-config
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'sinatra-contrib', '~> 1.0'
gem 'request_store'
gem 'parallel'
gem 'json-ld'

gem 'google-protobuf', '3.25.3'

# Rack middleware
gem 'ffi'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ GEM
google-cloud-env (2.1.1)
faraday (>= 1.0, < 3.a)
google-cloud-errors (1.4.0)
google-protobuf (3.25.4)
google-protobuf (3.25.3-x86_64-linux)
googleapis-common-protos (1.6.0)
google-protobuf (>= 3.18, < 5.a)
googleapis-common-protos-types (~> 1.7)
Expand Down Expand Up @@ -292,7 +292,7 @@ GEM
omni_logger (0.1.4)
logger
os (1.1.4)
parallel (1.26.2)
parallel (1.26.3)
parseconfig (1.1.2)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -485,6 +485,7 @@ DEPENDENCIES
faraday (~> 1.9)
ffi
goo!
google-protobuf (= 3.25.3)
haml (~> 5.2.2)
json-ld
json-schema (~> 2.0)
Expand Down

0 comments on commit 57832c6

Please sign in to comment.