-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
40 lines (35 loc) · 784 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
# A sample Gemfile
source "https://gems.ruby-china.org/"
gem 'settingslogic'
gem 'appium_lib','>= 7.0.0'
gem 'watir-webdriver','>= 0.8.0'
gem 'rspec','>= 3.3.0'
gem 'rspec-expectations','>= 3.3.1'
gem 'cucumber','>= 2.0.2'
gem 'cucumber-core','>= 1.2.0'
gem 'sequel','>=4.25.0'
gem 'ssh','>=1.1.1'
gem 'net-ssh','>=2.9.2'
gem 'mysql2','>=0.3.19'
gem 'rest-client','>=1.8.0'
gem 'ruby-jq','>=0.1.6'
gem 'childprocess','=0.5.6'
gem 'git'
gem 'mysql'
gem 'json'
#安装ruby-jq
#git clone https://github.com/stedolan/jq.git
#cd jq
#autoreconf -i
#./configure --enable-shared
#make
#sudo make install
#sudo ldconfig
#gem install ruby-jq
#安装jq
# git clone https://github.com/stedolan/jq.git
# cd jq
# autoreconf -i
# ./configure --disable-maintainer-mode
# make
# sudo make install