Skip to content

Commit

Permalink
fix twilio gem
Browse files Browse the repository at this point in the history
  • Loading branch information
shua123 committed Mar 21, 2018
1 parent 7468880 commit d3ee235
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ gem 'devise','~>4.1.0'
gem 'gibbon', '~> 2.2.3'

# use twilio-ruby for twilio
gem 'twilio-ruby'
gem 'twilio-ruby', '~> 4.13.0'

# use Wuparty for wufoo
gem 'wuparty'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-validation-rails (1.16.0)
json (2.1.0)
jwt (2.1.0)
jwt (1.5.6)
kgio (2.11.2)
launchy (2.4.3)
addressable (~> 2.3)
Expand Down Expand Up @@ -451,10 +451,10 @@ GEM
turbolinks (5.1.0)
turbolinks-source (~> 5.1)
turbolinks-source (5.1.0)
twilio-ruby (5.7.1)
faraday (~> 0.9)
jwt (>= 1.5, <= 2.5)
nokogiri (>= 1.6, < 2.0)
twilio-ruby (4.13.0)
builder (>= 2.1.2)
jwt (~> 1.0)
multi_json (>= 1.3.0)
twitter-bootstrap-rails (2.2.8)
actionpack (>= 3.1)
execjs
Expand Down Expand Up @@ -581,7 +581,7 @@ DEPENDENCIES
tire
travis
turbolinks
twilio-ruby
twilio-ruby (~> 4.13.0)
twitter-bootstrap-rails (~> 2.2.0)
twitter-typeahead-rails
uglifier (>= 1.0.3)
Expand Down

0 comments on commit d3ee235

Please sign in to comment.