Gemfile in telnyx-2.6.0 vs Gemfile in telnyx-2.7.0

- old
+ new

@@ -22,9 +22,13 @@ gem "guard" gem "guard-rake" gem "guard-rubocop" gem "rubocop", "~> 1.6" + # debugging + # gem 'httplog' # when included logs all http requests + # gem 'awesome_print' + # Rack 2.0+ requires Ruby >= 2.2.2 which is problematic for the test suite on # older Ruby versions. Check Ruby the version here and put a maximum # constraint on Rack if necessary. if RUBY_VERSION >= "2.2.2" gem "rack", ">= 2.1.4"