Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/quintel/atlas.git
remote: https://github.com/quintel/atlas.git
revision: cfa8b8c32b41146905b57c32feb24b5ddaa3c0dc
ref: cfa8b8c
specs:
Expand All @@ -11,7 +11,7 @@ GIT
virtus (~> 1.0)

GIT
remote: git://github.com/quintel/refinery.git
remote: https://github.com/quintel/refinery.git
revision: 72eacf84c980ef797a0b7e63f55a39f5ca98640b
ref: 72eacf8
specs:
Expand All @@ -21,7 +21,7 @@ GIT
turbine-graph (>= 0.1.1)

GIT
remote: git://github.com/quintel/rubel.git
remote: https://github.com/quintel/rubel.git
revision: ad3d44ef4304da6a98db3ec42747a7af9e7e64c7
ref: ad3d44e
specs:
Expand All @@ -37,9 +37,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.1)
activesupport (= 7.0.1)
activesupport (7.0.1)
activemodel (7.0.4.1)
activesupport (= 7.0.4.1)
activesupport (7.0.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -53,21 +53,21 @@ GEM
coderay (1.1.1)
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
docile (1.1.5)
equalizer (0.0.11)
gpgme (2.0.20)
mini_portile2 (~> 2.3)
i18n (1.9.1)
gpgme (2.0.22)
mini_portile2 (~> 2.7)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.1.0)
method_source (0.8.2)
mini_portile2 (2.7.1)
minitest (5.15.0)
mini_portile2 (2.8.1)
minitest (5.17.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -108,19 +108,20 @@ GEM
rubocop-rspec (2.2.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-graphviz (1.2.4)
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.11.0)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.1)
slop (3.6.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
turbine-graph (0.1.3)
tzinfo (2.0.4)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1)
virtus (1.0.5)
Expand Down