Skip to content

Commit

Permalink
Merge pull request #325 from ncbo/multilingual_support
Browse files Browse the repository at this point in the history
Multilingual support
  • Loading branch information
alexskr authored Sep 11, 2024
2 parents d66089b + 22dbc87 commit 15c4497
Show file tree
Hide file tree
Showing 26 changed files with 680 additions and 313 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ node_modules
/config/credentials/test.key
/config/credentials/staging.key
/config/credentials/production.key
/config/credentials/appliance.key

/app/assets/builds/*
!/app/assets/builds/.keep
Expand Down
7 changes: 7 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,16 @@ gem 'recaptcha', '~> 5.9.0'
gem 'rest-client'
gem 'rexml', '~> 3'
gem 'stackprof', require: false

# pinning strscan to v 3.0.1 to deal with deployment issue. Remove line below when issue is fixed
gem 'strscan', '3.0.1'

gem 'terser'
gem 'thin'
gem 'will_paginate', '~> 3.0'
gem 'net-ftp'
gem 'flag-icons-rails', '~> 3.4'
gem 'inline_svg'

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

0 comments on commit 15c4497

Please sign in to comment.