gemfiles/rails_4.gemfile in dotiw-4.0.1 vs gemfiles/rails_4.gemfile in dotiw-5.0.0
- old
+ new
@@ -1,7 +1,9 @@
+# frozen_string_literal: true
+
# This file was generated by Appraisal
-source "http://rubygems.org"
+source 'http://rubygems.org'
-gem "rails", "~> 4.0"
+gem 'rails', '~> 4.0'
-gemspec path: "../"
+gemspec path: '../'