lib/adhearsion/generators/app/templates/Gemfile.erb in adhearsion-2.6.4 vs lib/adhearsion/generators/app/templates/Gemfile.erb in adhearsion-3.0.0.beta1
- old
+ new
@@ -1,22 +1,14 @@
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`.
#
+
+gem 'sinatra'
group :development, :test do
gem 'rspec'
end