Sha256: d9d7d68878da00c24d57bdbb003f5499ee7d66959c0bdc96d4cabf5ed4c4db9a
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
source 'https://rubygems.org' gem 'adhearsion', '~> <%= Adhearsion::VERSION.split('.')[0,2].join('.') %>' # Adhearsion depends on the Punchblock library, but here you can specify the major version your application depends on. # Exercise care when updating the major version, since you might encounter API compatability in parts of your Adhearsion application that rely on the Punchblock API. # On occasion, an update of Adhearsion might necessitate an update to Punchblock. You will have to manually allow that here, and take care in the upgrade. 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-2.5.0 | lib/adhearsion/generators/app/templates/Gemfile.erb |