columbiaspace / columbiaspace.org

Okay, Houston, we have a website here.
http://columbiaspace.org/
7 stars 3 forks source link

Micro-g johnson space center test week blog #133

Closed tigerlily-he closed 5 years ago

tigerlily-he commented 5 years ago

This PR

New blog post by Micro-g on testing their device in neutral buoyancy lab

Gemfile Update due to Travis CI Robocop Error

Problem

Robocop build failed due to this error

Gemfile:1:1: C: Style/FrozenStringLiteralComment: Missing magic comment # frozen_string_literal: true

Solution

Ruby 2.3 requires the line # frozen_string_literal: true at the very top of Gemfile.