Skip to content

Commit f5d60e7

Browse files
committed
Upgrading to av 0.8.1
1 parent 32bf365 commit f5d60e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Paperclip
22
module Av
33
module Transcoder
4-
VERSION = "0.6.2"
4+
VERSION = "0.6.3"
55
end
66
end
77
end

paperclip-av-transcoder.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Gem::Specification.new do |spec|
2626
spec.add_development_dependency "coveralls"
2727

2828
spec.add_dependency "paperclip", ">=2.5.2"
29-
spec.add_dependency "av", ">= 0.8.0"
29+
spec.add_dependency "av", "~> 0.8.1"
3030
end

0 commit comments

Comments
 (0)