Skip to content

Commit

Permalink
fix haml gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Oct 17, 2022
1 parent fec0841 commit b1f8864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ gem 'unicorn'
gem 'unicorn-worker-killer'

# Templating
gem 'haml'
gem 'haml', '~> 5.2.2'
gem 'redcarpet'

# NCBO gems (can be from a local dev path or from rubygems/git)
gem 'goo', git: 'https://github.com/ontoportal-lirmm/goo.git', branch: 'master'
gem 'ncbo_annotator', git: 'https://github.com/ontoportal-lirmm/ncbo_annotator.git', branch: 'master'
gem 'ncbo_cron', git: 'https://github.com/ontoportal-lirmm/ncbo_cron.git', branch: 'master'
gem 'ncbo_ontology_recommender', git: 'https://github.com/ncbo/ncbo_ontology_recommender.git', branch: 'master'
gem 'sparql-client', git: 'https://github.com/ontoportal-lirmm/sparql-client.git', branch: 'master'
gem 'sparql-client', github: 'ontoportal-lirmm/sparql-client', branch: 'master'
gem 'ontologies_linked_data', git: 'https://github.com/ontoportal-lirmm/ontologies_linked_data.git', branch: 'master'

group :development do
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ GIT

GIT
remote: https://github.com/ontoportal-lirmm/ncbo_cron.git
revision: 1c9709372956721db432585dcb7c79ee8a898fc2
revision: d09999177235029ba30a00cd59d10f7ca1a1fa93
branch: master
specs:
ncbo_cron (0.0.1)
Expand Down Expand Up @@ -173,9 +173,8 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (~> 0.15)
haml (6.0.6)
temple (>= 0.8.2)
thor
haml (5.2.2)
temple (>= 0.8.0)
tilt
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -305,7 +304,6 @@ GEM
net-ssh (>= 2.8.0)
systemu (2.6.5)
temple (0.8.2)
thor (1.2.1)
tilt (2.0.11)
trailblazer-option (0.1.2)
tzinfo (2.0.5)
Expand Down Expand Up @@ -337,7 +335,7 @@ DEPENDENCIES
faraday (~> 1.9)
ffi
goo!
haml
haml (~> 5.2.2)
json-schema (~> 2.0)
minitest (~> 4.0)
minitest-stub_any_instance
Expand Down

0 comments on commit b1f8864

Please sign in to comment.