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 11language : ruby
22rvm :
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 11source 'https://rubygems.org'
22
33gem 'rake' , :require => false
4+
5+ # Testing
46gem 'rspec' , :require => false
57gem 'webmock'
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- addressable (2.3.6 )
4+ addressable (2.3.7 )
55 crack (0.4.2 )
66 safe_yaml (~> 1.0.0 )
77 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 )
1616 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 )
2324 addressable (>= 2.3.6 )
2425 crack (>= 0.3.2 )
2526
You can’t perform that action at this time.
0 commit comments