-
Notifications
You must be signed in to change notification settings - Fork 14
/
Gemfile
30 lines (29 loc) · 831 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
source 'https://rubygems.org'
ruby "2.7.3"
gem 'aasm'
gem 'activesupport'
gem 'brewery_db', git: "https://github.com/CoralineAda/brewery_db.git"
gem 'capistrano'
gem 'database_cleaner', '~> 1.3.0', group: :test #s :github => 'bmabey/database_cleaner', group: :test
gem 'dotenv'
gem 'google-cloud'
gem 'google-cloud-language'
gem 'google-search', '~> 1.0'
gem 'marky_markov'
gem 'mongoid', '~> 6.0.0'
gem 'nokogiri'
gem 'octokit', '~> 3.0'
gem 'poro_plus'
gem 'pry'
gem 'rack', ">= 2.1.6"
gem 'rake'
gem 'require_all'
gem 'rspec', :group => :test
gem 'ruby-stemmer', '>=0.8.3', require: 'lingua/stemmer'
gem 'rubyfish'
gem 'sanitize', '>= 3.0.2'
gem 'sinatra'
gem 'slackbotsy', git: "https://github.com/CoralineAda/slackbotsy", branch: "add-display-name-support"
gem 'wikipedia-client', ">= 1.7.0"
gem 'wolfram-alpha'
gem 'yummly'