Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.7
3.4.7
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 2.7.5
ruby 3.4.7
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '~> 3.2.7'
ruby '~> 3.4.7'

source 'https://rubygems.org'

Expand All @@ -11,13 +11,13 @@ gem 'rake'

group :development, :test do
gem 'roo'
gem 'atlas', ref: '33f32a4', github: 'quintel/atlas'
gem 'atlas', ref: 'f0fb6be', github: 'quintel/atlas'
end

group :test do
gem 'rspec'
gem 'rspec_junit_formatter'

gem 'refinery', ref: 'c39c9b1', github: 'quintel/refinery'
gem 'rubel', ref: 'e36554a', github: 'quintel/rubel'
gem 'refinery', ref: '36b8e34', github: 'quintel/refinery'
gem 'rubel', ref: '9fe7010', github: 'quintel/rubel'
end
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
GIT
remote: https://github.com/quintel/atlas.git
revision: 33f32a48c868e92f055a68c517c6b9fd5ae01bfa
ref: 33f32a4
revision: f0fb6bea437b69141eb8874b87f455fdeb803ba3
ref: f0fb6be
specs:
atlas (1.0.0)
activemodel (>= 7)
activesupport (>= 7)
csv (>= 3)
gpgme (~> 2.0)
ostruct
turbine-graph (>= 0.1)
virtus (~> 1.0)

GIT
remote: https://github.com/quintel/refinery.git
revision: c39c9b10628aed07e40aab07534f94d984d763ee
ref: c39c9b1
revision: 36b8e3457e930a0079262871e352b90b4c6c3eb9
ref: 36b8e34
specs:
refinery (0.0.1)
ruby-graphviz
Expand All @@ -23,8 +24,8 @@ GIT

GIT
remote: https://github.com/quintel/rubel.git
revision: e36554afd5f6bce2e3c2cb3ae6a48604b87a66f5
ref: e36554a
revision: 9fe7010549222bd02d705ce915e31e3f9c271f11
ref: 9fe7010
specs:
rubel (0.1.1)

Expand Down Expand Up @@ -74,6 +75,7 @@ GEM
nokogiri (1.18.9)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.3)
racc (1.8.1)
rake (12.3.3)
rexml (3.4.2)
Expand Down Expand Up @@ -102,7 +104,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
turbine-graph (0.1.3)
turbine-graph (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
Expand All @@ -126,7 +128,7 @@ DEPENDENCIES
rubel!

RUBY VERSION
ruby 3.2.7p253
ruby 3.4.7p58

BUNDLED WITH
2.6.9