Skip to content

Instantly share code, notes, and snippets.

@igneus
Created July 19, 2016 20:17
Show Gist options
  • Save igneus/2c473f90ee2cf3e8c15465e695f33d4a to your computer and use it in GitHub Desktop.
Save igneus/2c473f90ee2cf3e8c15465e695f33d4a to your computer and use it in GitHub Desktop.
rest-client 1.6 isn't compatible with mime-types 3
require 'rest-client'
p RestClient.get 'http://calapi.inadiutorium.cz/api/v0/en/calendars/general-en/2016/4/1', {:accept => :json}
source 'https://rubygems.org'
gem 'rest-client', '1.6.7'
gem 'mime-types', '3.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment