use proformas git repo
This commit is contained in:
2
Gemfile
2
Gemfile
@ -36,7 +36,7 @@ gem 'webpacker'
|
|||||||
gem 'rest-client'
|
gem 'rest-client'
|
||||||
gem 'rubyzip'
|
gem 'rubyzip'
|
||||||
gem 'mnemosyne-ruby'
|
gem 'mnemosyne-ruby'
|
||||||
gem 'proforma', path: '../proforma'
|
gem 'proforma', git: 'git://github.com/openHPI/proforma.git' # use version not master
|
||||||
gem 'whenever', require: false
|
gem 'whenever', require: false
|
||||||
gem 'rails-timeago'
|
gem 'rails-timeago'
|
||||||
|
|
||||||
|
19
Gemfile.lock
19
Gemfile.lock
@ -1,3 +1,13 @@
|
|||||||
|
GIT
|
||||||
|
remote: git://github.com/openHPI/proforma.git
|
||||||
|
revision: 54a5bdf2bafebb548998c945ee68d099d85108df
|
||||||
|
specs:
|
||||||
|
proforma (0.1.0)
|
||||||
|
activemodel (~> 5.2.3)
|
||||||
|
activesupport (~> 5.2.3)
|
||||||
|
nokogiri (~> 1.10.2)
|
||||||
|
rubyzip (>= 1.2.2, < 2.1.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/gosukiwi/tubesock
|
remote: https://github.com/gosukiwi/tubesock
|
||||||
revision: 86a5ca4f7d3c3a7b9a727ad91df3b9b4912eda39
|
revision: 86a5ca4f7d3c3a7b9a727ad91df3b9b4912eda39
|
||||||
@ -7,15 +17,6 @@ GIT
|
|||||||
rack (>= 1.5.0)
|
rack (>= 1.5.0)
|
||||||
websocket (>= 1.1.0)
|
websocket (>= 1.1.0)
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../proforma
|
|
||||||
specs:
|
|
||||||
proforma (0.1.0)
|
|
||||||
activemodel (~> 5.2.3)
|
|
||||||
activesupport (~> 5.2.3)
|
|
||||||
nokogiri (~> 1.10.2)
|
|
||||||
rubyzip (~> 1.2.2)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
Reference in New Issue
Block a user