File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
rvm :
3
- - 2.1.4
4
- - 2.0.0
5
- - 1.9.3
3
+ - 2.2.0
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
3
gem 'rake' , :require => false
4
+
5
+ # Testing
4
6
gem 'rspec' , :require => false
5
7
gem 'webmock'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.3.6 )
4
+ addressable (2.3.7 )
5
5
crack (0.4.2 )
6
6
safe_yaml (~> 1.0.0 )
7
7
diff-lcs (1.2.5 )
8
- rake (10.1.0 )
9
- rspec (3.0 .0 )
10
- rspec-core (~> 3.0 .0 )
11
- rspec-expectations (~> 3.0 .0 )
12
- rspec-mocks (~> 3.0 .0 )
13
- rspec-core (3.0.3 )
14
- rspec-support (~> 3.0 .0 )
15
- rspec-expectations (3.0.3 )
8
+ rake (10.4.2 )
9
+ rspec (3.2 .0 )
10
+ rspec-core (~> 3.2 .0 )
11
+ rspec-expectations (~> 3.2 .0 )
12
+ rspec-mocks (~> 3.2 .0 )
13
+ rspec-core (3.2.1 )
14
+ rspec-support (~> 3.2 .0 )
15
+ rspec-expectations (3.2.0 )
16
16
diff-lcs (>= 1.2.0 , < 2.0 )
17
- rspec-support (~> 3.0.0 )
18
- rspec-mocks (3.0.3 )
19
- rspec-support (~> 3.0.0 )
20
- rspec-support (3.0.3 )
21
- safe_yaml (1.0.3 )
22
- webmock (1.18.0 )
17
+ rspec-support (~> 3.2.0 )
18
+ rspec-mocks (3.2.1 )
19
+ diff-lcs (>= 1.2.0 , < 2.0 )
20
+ rspec-support (~> 3.2.0 )
21
+ rspec-support (3.2.2 )
22
+ safe_yaml (1.0.4 )
23
+ webmock (1.20.4 )
23
24
addressable (>= 2.3.6 )
24
25
crack (>= 0.3.2 )
25
26
You can’t perform that action at this time.
0 commit comments