Skip to content

Commit

Permalink
chore: add ostruct and benchmark in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jan 13, 2025
1 parent e67ad9b commit 26ef6cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ gem 'simplecov', require: false, group: :test
gemspec

gem "base64"
gem "benchmark"
gem "ostruct"
gem "rexml"
2 changes: 2 additions & 0 deletions twilio-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Gem::Specification.new do |spec|
spec.add_dependency('jwt', '>= 1.5', '< 3.0')
spec.add_dependency('nokogiri', '>= 1.6', '< 2.0')
spec.add_dependency('faraday', '>= 0.9', '< 3.0')
spec.add_dependency 'ostruct'
spec.add_dependency 'benchmark'
# Workaround for RBX <= 2.2.1, should be fixed in next version
spec.add_dependency('rubysl') if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'

Expand Down

0 comments on commit 26ef6cf

Please sign in to comment.