whatup.gemspec in whatup-0.3.4 vs whatup.gemspec in whatup-0.3.5

- old
+ new

@@ -65,10 +65,12 @@ { 'activesupport' => '~> 5.2', 'thor' => '~> 0.20.3', 'sqlite3' => '~> 1.4', - 'activerecord' => '~> 5.2' + 'activerecord' => '~> 5.2', + 'tzinfo' => '~> 1.2', + 'colorize' => '~> 0.8.1' }.each do |gem, version| spec.add_dependency gem, version end # rubocop:enable Layout/AlignHash end