Skip to content

Commit e94fe83

Browse files
author
Dandy
authored
Merge pull request #33 from liquidm/3789-investigate-rails-6-upgrade
LQM-60 3789: remove terminal-table dep and run bundler
2 parents 1731b6c + a32e0b1 commit e94fe83

File tree

2 files changed

+25
-14
lines changed

2 files changed

+25
-14
lines changed

Gemfile.lock

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@ PATH
77
jmx4r
88
mixlib-cli
99
multi_json
10-
terminal-table
10+
telegraf
1111

1212
GEM
1313
remote: http://rubygems.org/
1414
specs:
15-
activesupport (5.1.4)
15+
activesupport (6.0.3.2)
1616
concurrent-ruby (~> 1.0, >= 1.0.2)
17-
i18n (~> 0.7)
17+
i18n (>= 0.7, < 2)
1818
minitest (~> 5.1)
1919
tzinfo (~> 1.1)
20+
zeitwerk (~> 2.2, >= 2.2.2)
2021
ast (2.4.0)
2122
awesome_print (1.8.0)
2223
axiom-types (0.1.1)
2324
descendants_tracker (~> 0.0.4)
2425
ice_nine (~> 0.11.0)
2526
thread_safe (~> 0.3, >= 0.3.1)
27+
bond (0.5.1)
2628
bond (0.5.1-java)
2729
brice (0.4.1)
2830
nuggets (~> 1.4)
@@ -33,7 +35,7 @@ GEM
3335
coderay (1.1.2)
3436
coercible (1.0.0)
3537
descendants_tracker (~> 0.0.1)
36-
concurrent-ruby (1.0.5-java)
38+
concurrent-ruby (1.1.7)
3739
descendants_tracker (0.0.4)
3840
thread_safe (~> 0.3, >= 0.3.1)
3941
diff-lcs (1.3)
@@ -45,10 +47,12 @@ GEM
4547
rspec-core (~> 3.0)
4648
ruby-progressbar (~> 1.4)
4749
hirb (0.7.3)
48-
i18n (0.9.3)
50+
i18n (1.8.5)
4951
concurrent-ruby (~> 1.0)
5052
ice_nine (0.11.2)
53+
influxdb (0.8.0)
5154
jmx4r (0.1.4)
55+
json (2.1.0)
5256
json (2.1.0-java)
5357
liquid-development (0.2.1)
5458
awesome_print
@@ -69,14 +73,20 @@ GEM
6973
yard
7074
log_switch (0.3.0)
7175
method_source (0.9.0)
72-
minitest (5.11.3)
73-
mixlib-cli (1.7.0)
74-
multi_json (1.13.1)
76+
mini_portile2 (2.3.0)
77+
minitest (5.14.1)
78+
mixlib-cli (2.1.8)
79+
multi_json (1.15.0)
80+
nokogiri (1.8.2)
81+
mini_portile2 (~> 2.3.0)
7582
nokogiri (1.8.2-java)
7683
nuggets (1.5.0)
7784
parallel (1.12.1)
7885
parser (2.4.0.2)
7986
ast (~> 2.3)
87+
pry (0.11.3)
88+
coderay (~> 1.1.0)
89+
method_source (~> 0.9.0)
8090
pry (0.11.3-java)
8191
coderay (~> 1.1.0)
8292
method_source (~> 0.9.0)
@@ -117,30 +127,32 @@ GEM
117127
nokogiri (>= 1.6.0)
118128
term-ansicolor (>= 1.0.5)
119129
text-table (>= 1.2.2)
130+
telegraf (0.7.0)
131+
influxdb
120132
term-ansicolor (1.6.0)
121133
tins (~> 1.0)
122-
terminal-table (1.8.0)
123-
unicode-display_width (~> 1.1, >= 1.1.1)
124134
text-table (1.2.4)
135+
thread_safe (0.3.6)
125136
thread_safe (0.3.6-java)
126137
timecop (0.9.1)
127138
tins (1.16.3)
128-
tzinfo (1.2.5)
139+
tzinfo (1.2.7)
129140
thread_safe (~> 0.1)
130-
unicode-display_width (1.3.0)
131141
virtus (1.0.5)
132142
axiom-types (~> 0.1)
133143
coercible (~> 1.0)
134144
descendants_tracker (~> 0.0, >= 0.0.3)
135145
equalizer (~> 0.0, >= 0.0.9)
136146
yard (0.9.12)
147+
zeitwerk (2.4.0)
137148

138149
PLATFORMS
139150
java
151+
ruby
140152

141153
DEPENDENCIES
142154
liquid-development
143155
liquid-ext!
144156

145157
BUNDLED WITH
146-
1.16.1
158+
1.17.3

liquid-ext.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ Gem::Specification.new do |spec|
2121
spec.add_dependency 'mixlib-cli'
2222
spec.add_dependency 'multi_json'
2323
spec.add_dependency 'telegraf'
24-
spec.add_dependency 'terminal-table'
2524
end

0 commit comments

Comments
 (0)