sarangan12 (Sarangan Rajamanickam)
- Login: sarangan12
- Registered on: 04/26/2017
- Last sign in: 04/26/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/26/2017
-
04:55 PM Ruby Bug #13510 (Closed): Problems with dependency resolution - Molinillo algo
-
06:38 AM Ruby Bug #13510 (Third Party's Issue): Problems with dependency resolution - Molinillo algo
- This is the gemspec defined for the azure ruby gem (https://github.com/Azure/azure-sdk-for-ruby/blob/asm/azure.gemspec#L39)
```ruby
if RUBY_VERSION < "2.1.0"
s.add_runtime_dependency('nokogiri', '~> 1.6.0')
els...