-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGemfile
46 lines (38 loc) · 760 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
source 'https://rubygems.org'
# Google API Authentication and client libraries
gem 'google-api-client'
gem 'googleauth'
# JSON wrapper
gem 'oj'
# Clipboard support
gem 'clipboard'
gem 'ffi', :platforms => [:mswin, :mingw]
# Templating support
gem 'slim'
gem 'tilt'
# Interactive Debugging Interface
gem 'pry'
# Improved URI support
gem 'addressable'
# Logging
gem 'easy_logging'
# File metadata
gem 'filesize'
gem 'mime-types'
gem 'mimemagic'
gem 'ruby-magic'
#gem 'nokogiri'
#gem 'nokogiri-styles'
#gem 'slim'
#gem 'coffee-script'
#gem 'i18n'
#gem 'multi_json'
#gem 'terminal-table'
#gem 'chronic'
#gem 'open_uri_redirections'
#gem 'faraday'
#gem 'faraday-cookie_jar'
#gem 'faraday_middleware'
#gem 'http-cookie'
#gem 'httpclient'
#gem 'query_params'