Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem 'turbolinks', '~> 5'
gem 'jbuilder', '~> 2.11'

#Twilio
gem 'twilio-ruby', '~>5.57.1'
gem 'twilio-ruby', '~>6.3.1'

group :development, :test do
gem 'authy', '~> 3.0.0'
Expand Down
38 changes: 12 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,23 +102,10 @@ GEM
activesupport (>= 5.0.0)
faker (2.18.0)
i18n (>= 1.6, < 2)
faraday (1.5.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
multipart-post (>= 1.2, < 3)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-net_http (3.0.2)
ffi (1.15.3)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand All @@ -127,7 +114,7 @@ GEM
concurrent-ruby (~> 1.0)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
jwt (2.2.3)
jwt (2.7.1)
listen (3.6.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -139,17 +126,16 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
mini_portile2 (2.8.4)
minitest (5.14.4)
multipart-post (2.1.1)
nio4r (2.5.7)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
public_suffix (4.0.6)
puma (5.4.0)
nio4r (~> 2.0)
racc (1.5.2)
racc (1.7.1)
rack (2.2.3)
rack-proxy (0.6.5)
rack
Expand Down Expand Up @@ -238,9 +224,9 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
twilio-ruby (5.57.1)
faraday (>= 0.9, < 2.0)
jwt (>= 1.5, <= 2.5)
twilio-ruby (6.3.1)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -287,7 +273,7 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.1)
sqlite3
turbolinks (~> 5)
twilio-ruby (~> 5.57.1)
twilio-ruby (~> 6.3.1)
tzinfo-data
uglifier (>= 4.2.0)
web-console (>= 4)
Expand Down