Skip to content

Commit

Permalink
Merge pull request #78 from vheuken/multi_json-version
Browse files Browse the repository at this point in the history
pinned multi_json version to 1.11
  • Loading branch information
thibaudgg committed Jun 1, 2015
2 parents cc3a2f7 + c61ea3d commit 9658088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video_info.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.3'

s.add_dependency 'addressable'
s.add_dependency 'multi_json'
s.add_dependency 'multi_json', '~> 1.11'
s.add_dependency 'htmlentities'
s.add_dependency 'iso8601'

Expand Down

0 comments on commit 9658088

Please sign in to comment.