Skip to content

Commit

Permalink
rails 7 app:update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed May 28, 2022
1 parent c776c53 commit a7132a9
Show file tree
Hide file tree
Showing 14 changed files with 181 additions and 489 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

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

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

gem 'ontologies_api_client', github: 'ncbo/ontologies_api_ruby_client', tag: 'v2.1.0'
gem 'ontologies_api_client', github: 'ontoportal-lirmm/ontologies_api_ruby_client', branch: 'development'

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

0 comments on commit a7132a9

Please sign in to comment.