Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Return Cocaine to 0.3.2 for the 2.7 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Oct 8, 2012
1 parent ff6cab0 commit 59706d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
paperclip (2.7.0)
paperclip (2.7.2)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
Expand All @@ -10,15 +10,15 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.1)
activesupport (= 3.2.1)
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.1)
activemodel (= 3.2.1)
activesupport (= 3.2.1)
arel (~> 3.0.0)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.1)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.4.1)
Expand Down Expand Up @@ -48,7 +48,7 @@ GEM
xpath (~> 0.1.4)
childprocess (0.2.2)
ffi (~> 1.0.6)
cocaine (0.2.0)
cocaine (0.3.2)
cucumber (1.1.4)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
Expand All @@ -75,7 +75,7 @@ GEM
httparty (0.8.1)
multi_json
multi_xml
i18n (0.6.0)
i18n (0.6.1)
json (1.6.5)
json_pure (1.6.1)
metaclass (0.0.1)
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
shoulda (2.11.3)
sqlite3 (1.3.6)
term-ansicolor (1.0.7)
tzinfo (0.3.31)
tzinfo (0.3.33)
uuidtools (2.1.2)
xpath (0.1.4)
nokogiri (~> 1.3)
Expand All @@ -125,7 +125,7 @@ DEPENDENCIES
aws-sdk
bundler
capybara
cocaine (~> 0.2)
cocaine (~> 0.3.0)
cucumber (~> 1.1.0)
fakeweb
fog
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
@@ -1,3 +1,3 @@
module Paperclip
VERSION = "2.7.1" unless defined? Paperclip::VERSION
VERSION = "2.7.2" unless defined? Paperclip::VERSION
end
2 changes: 1 addition & 1 deletion paperclip.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('aruba')
s.add_development_dependency('capybara')
s.add_development_dependency('bundler')
s.add_development_dependency('cocaine', '~> 0.2')
s.add_development_dependency('cocaine', '~> 0.3.0')
s.add_development_dependency('fog')
s.add_development_dependency('rake')
s.add_development_dependency('fakeweb')
Expand Down

0 comments on commit 59706d0

Please sign in to comment.