Gemfile in phlex-heroicons-0.1.0 vs Gemfile in phlex-heroicons-1.0.0

- old
+ new

@@ -3,10 +3,16 @@ source 'https://rubygems.org' # Specify your gem's dependencies in phlex-heroicons.gemspec gemspec +# Rake is a Make-like program implemented in Ruby [https://github.com/ruby/rake] gem 'rake', '~> 13.0' +# Minitest provides a complete suite of testing facilities supporting [https://github.com/minitest/minitest] gem 'minitest', '~> 5.0' +# RuboCop is a Ruby code style checking and code formatting tool [https://github.com/rubocop/rubocop] gem 'rubocop', '~> 1.21' + +# A high-performance view framework optimised for developer happiness [https://github.com/joeldrapper/phlex] +gem 'phlex', '~> 0.4.0'