./lib/rubypitaya/app-template/Gemfile in rubypitaya-2.10.0 vs ./lib/rubypitaya/app-template/Gemfile in rubypitaya-2.11.0

- old
+ new

@@ -1,10 +1,11 @@ source "https://rubygems.org" -gem 'rubypitaya', '2.10.0' +gem 'rubypitaya', '2.11.0' group :development do gem 'pry', '0.12.2' gem 'bundler', '1.17.2' gem 'rspec', '3.8.0' gem 'listen', '3.2.1' + gem 'cucumber', '2.4.0' end