gemfiles/rails_4_2.gemfile in dynamoid-3.2.0 vs gemfiles/rails_4_2.gemfile in dynamoid-3.3.0
- old
+ new
@@ -1,11 +1,9 @@
-# frozen_string_literal: true
-
# This file was generated by Appraisal
-source 'https://rubygems.org'
+source "https://rubygems.org"
-gem 'activemodel', '~> 4.2.0'
-gem 'nokogiri', '~> 1.6.8'
-gem 'pry-byebug', platforms: :ruby
+gem "pry-byebug", platforms: :ruby
+gem "activemodel", "~> 4.2.0"
+gem "nokogiri", "~> 1.6.8"
-gemspec path: '../'
+gemspec path: "../"