-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
40 lines (33 loc) · 850 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
source 'https://rubygems.org'
# gem 'azure'
# gem 'azure/storage'
# gem 'azure-storage'
# gem 'azure_mgmt_storage'
gem 'addressable', '~> 2.4'
gem 'rake', '~> 12.0'
gem 'roo', '~> 2.7', '>= 2.7.1'
gem 'roo-xls', '~> 1.1'
# gem 'axlsx', github: 'randym/axlsx'
# gem 'creek', '~> 2.0'
# gem 'spreadsheet', '~> 1.1', '>= 1.1.4'
gem 'rubyXL', '~> 3.3', '>= 3.3.21'
gem 'sinatra'
gem 'grape'
# gem 'sinatra'
gem 'thin'
gem 'erubi'
gem 'roda'
# gem 'forme'
# gem 'rubyzip'
gem 'in_threads', '~> 1.4'
gem 'ruby-mysql'
gem 'sqlite3'
gem 'sequel'
gem 'htmlbeautifier'
gem 'colorize'
gem 'chromedriver-helper'
gem 'page-object', github: 'cheezy/page-object'
gem 'watir', '~> 6.3'
gem 'mechanize', github: 'sparklemotion/mechanize'
gem 'net_http_ssl_fix', require: 'net_http_ssl_fix'
# gem 'rest-client', '~> 1.8'