lib/hexx/suit/install.rb in hexx-suit-2.2.3 vs lib/hexx/suit/install.rb in hexx-suit-2.3.0
- old
+ new
@@ -70,10 +70,10 @@
def create_gemfile
copy_file "Gemfile", skip: true
append_to_file(
"Gemfile", %(
|group :metrics do
- | gem "hexx-suit", "~> #{ version }" if RUBY_ENGINE == "ruby"
+ | gem "hexx-suit", "~> #{version}" if RUBY_ENGINE == "ruby"
|end
|).gsub(/ *\|/, ""),
skip: true
)
end