gemfiles/rack1.gemfile in httplog-1.0.2 vs gemfiles/rack1.gemfile in httplog-1.0.3
- old
+ new
@@ -1,5 +1,7 @@
-source "https://rubygems.org"
+# frozen_string_literal: true
-gem "rack", "~> 1.0"
+source 'https://rubygems.org'
-gemspec path: ".."
+gem 'rack', '~> 1.0'
+
+gemspec path: '..'