Gemfile in
much-timeout-0.1.1
vs Gemfile in
much-timeout-0.1.2
- old
+ new
@@ -1,5 +1,9 @@
+# frozen_string_literal: true
+
source "https://rubygems.org"
+ruby "~> 2.5"
+
gemspec
-gem 'pry', "~> 0.9.0"
+gem "pry"