Gemfile in smshelper-0.2.2 vs Gemfile in smshelper-0.2.3

- old
+ new

@@ -5,11 +5,14 @@ # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. gem 'api_smith' gem 'savon' +gem 'nokogiri' gem 'textmagic' -gem 'mediaburst' + +gem 'uuid' +gem 'digest-crc' group :development do gem "pry" gem "rspec" gem "rdoc"