Back to Parent

ruby '2.4.4'

source 'https://rubygems.org'

gem 'sinatra'
gem 'sinatra-contrib'

gem 'dotenv-rails', :groups => [:development, :test]

gem 'twilio-ruby', ">5.0.0"

gem "google-api-client", '~> 0.8'
gem 'google-cloud-dialogflow', '~> 0.2.2'
gem 'rakuten_web_service'

gem 'activerecord'
gem 'pg'
gem 'sinatra-activerecord' # excellent gem that ports ActiveRecord for Sinatra
gem 'rake', '>= 0.9.2'

gem 'json'
gem 'shotgun'
Click to Expand

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0