diff --git a/Gemfile b/Gemfile index 5fcd28fe9..1c564051f 100644 --- a/Gemfile +++ b/Gemfile @@ -102,7 +102,7 @@ gem "store_attribute", "~> 0.7.1" # ActiveRecord extension which adds typecastin gem "storext", "~> 3.1" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor gem "stripe", "~> 5.23" # Ruby library for the Stripe API gem "strong_migrations", "~> 0.7" # Catch unsafe migrations -gem "twilio-ruby", "~> 5.39" # The official library for communicating with the Twilio REST API +gem "twilio-ruby", "~> 5.40" # 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 6606ebcc4..a58c5f550 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -430,7 +430,7 @@ GEM json (2.3.0) jsonapi-serializer (2.0.0) activesupport (>= 4.2) - jwt (2.2.1) + jwt (2.2.2) kaminari (1.2.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.1) @@ -782,7 +782,7 @@ GEM thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.1) - twilio-ruby (5.39.3) + twilio-ruby (5.40.0) faraday (>= 0.9, < 2.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -995,7 +995,7 @@ DEPENDENCIES strong_migrations (~> 0.7) test-prof (~> 0.12) timecop (~> 0.9) - twilio-ruby (~> 5.39) + twilio-ruby (~> 5.40) twitter (~> 7.0) uglifier (~> 4.2) ulid (~> 1.2) diff --git a/vendor/cache/jwt-2.2.1.gem b/vendor/cache/jwt-2.2.1.gem deleted file mode 100644 index 474e73ef0..000000000 Binary files a/vendor/cache/jwt-2.2.1.gem and /dev/null differ diff --git a/vendor/cache/jwt-2.2.2.gem b/vendor/cache/jwt-2.2.2.gem new file mode 100644 index 000000000..a5f61d04f Binary files /dev/null and b/vendor/cache/jwt-2.2.2.gem differ diff --git a/vendor/cache/twilio-ruby-5.39.3.gem b/vendor/cache/twilio-ruby-5.39.3.gem deleted file mode 100644 index 4f431e8c2..000000000 Binary files a/vendor/cache/twilio-ruby-5.39.3.gem and /dev/null differ diff --git a/vendor/cache/twilio-ruby-5.40.0.gem b/vendor/cache/twilio-ruby-5.40.0.gem new file mode 100644 index 000000000..99ead5af9 Binary files /dev/null and b/vendor/cache/twilio-ruby-5.40.0.gem differ