Sha256: 17a8fd766d83f1ebc8beae5aabe41d9310d4f50648099fe3101fa2473117e1af
Contents?: true
Size: 851 Bytes
Versions: 8
Compression:
Stored size: 851 Bytes
Contents
source 'https://rubygems.org' gem 'adhearsion', '~> <%= Adhearsion::VERSION.split('.')[0,2].join('.') %>' # Exercise care when updating the Punchblock major version, since Adhearsion # apps sometimes make use of underlying features from the Punchblock API. # Occasionally an update of Adhearsion will necessitate an update to # Punchblock; in those cases update this line and test your app thoroughly. gem 'punchblock', '~> <%= require "punchblock/version"; Punchblock::VERSION.split('.')[0,2].join('.') %>' # This is here by default due to deprecation of #ask and #menu. # See http://adhearsion.com/docs/common_problems#toc_3 for details gem 'adhearsion-asr' # # Check http://ahnhub.com for a list of plugins you can use in your app. # To use them, simply add them here and run `bundle install`. # group :development, :test do gem 'rspec' end
Version data entries
8 entries across 8 versions & 1 rubygems