diff --git a/Gemfile b/Gemfile index da52b88a4..4908565d3 100644 --- a/Gemfile +++ b/Gemfile @@ -104,7 +104,7 @@ gem "store_attribute", "~> 0.8.1" # ActiveRecord extension which adds typecastin gem "storext", "~> 3.3" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor gem "stripe", "~> 5.30" # Ruby library for the Stripe API gem "strong_migrations", "~> 0.7" # Catch unsafe migrations -gem "twilio-ruby", "~> 5.47" # The official library for communicating with the Twilio REST API +gem "twilio-ruby", "~> 5.48" # The official library for communicating with the Twilio REST API gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files gem "ulid", "~> 1.2" # Universally Unique Lexicographically Sortable Identifier implementation for Ruby diff --git a/Gemfile.lock b/Gemfile.lock index 1a2877be2..3a58faa54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -765,7 +765,7 @@ GEM thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.4) - twilio-ruby (5.47.0) + twilio-ruby (5.48.0) faraday (>= 0.9, < 2.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -978,7 +978,7 @@ DEPENDENCIES strong_migrations (~> 0.7) test-prof (~> 1.0) timecop (~> 0.9) - twilio-ruby (~> 5.47) + twilio-ruby (~> 5.48) twitter (~> 7.0) uglifier (~> 4.2) ulid (~> 1.2) diff --git a/vendor/cache/twilio-ruby-5.47.0.gem b/vendor/cache/twilio-ruby-5.47.0.gem deleted file mode 100644 index 5a5f21bea..000000000 Binary files a/vendor/cache/twilio-ruby-5.47.0.gem and /dev/null differ diff --git a/vendor/cache/twilio-ruby-5.48.0.gem b/vendor/cache/twilio-ruby-5.48.0.gem new file mode 100644 index 000000000..cb7990260 Binary files /dev/null and b/vendor/cache/twilio-ruby-5.48.0.gem differ