Skip to content

Commit

Permalink
Merge pull request #13 from ncbo/master
Browse files Browse the repository at this point in the history
Sync: bring OntoPortal up-to-date with BioPortal releases 6.10.6 and onward
  • Loading branch information
syphax-bouazzouni authored Aug 19, 2023
2 parents 71c7325 + fbaaf1f commit ccac202
Show file tree
Hide file tree
Showing 52 changed files with 287 additions and 639 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ config/newrelic.yml

node_modules

# Encryption keys
/config/master.key
# Ignore keys for decrypting credentials
/config/credentials/development.key
/config/credentials/test.key
/config/credentials/staging.key
/config/credentials/appliance.key

/config/credentials/production.key
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.1.5.1'
gem 'rails', '6.1.7.3'

gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.0.3'
Expand Down Expand Up @@ -48,7 +48,7 @@ gem 'stackprof', require: false
gem 'thin'
gem 'will_paginate', '~> 3.0'

gem 'ontologies_api_client', github: 'ncbo/ontologies_api_ruby_client', tag: 'v2.2.1'
gem 'ontologies_api_client', github: 'ncbo/ontologies_api_ruby_client', tag: 'v2.2.4'

group :staging, :production do
# application monitoring
Expand Down
Loading

0 comments on commit ccac202

Please sign in to comment.