gemfiles/rails_5.1.gemfile in dotiw-4.0.1 vs gemfiles/rails_5.1.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", "~> 5.1"
+gem 'rails', '~> 5.1.0'
-gemspec path: "../"
+gemspec path: '../'