Skip to content

Commit

Permalink
update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jan 25, 2022
1 parent bc50f8a commit d70a163
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 137 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', '5.2.4.3'
gem 'rails', '5.2.6'

gem 'sass-rails', '~> 5.0'
#gem 'coffee-rails', '~> 4.1.0'
Expand Down Expand Up @@ -47,7 +47,7 @@ gem 'thin'
gem 'turnout'
gem 'will_paginate', '~> 3.0'

gem 'ontologies_api_client', :git => "https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git", :branch => 'ncbo_merge_master'
gem 'ontologies_api_client', :git => "https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git", tag:"v2.0.2-merged"

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

0 comments on commit d70a163

Please sign in to comment.