Skip to content

Commit

Permalink
[gem] Lock cocaine version to avoid breaking paperclip
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Dec 1, 2013
1 parent aef5e6c commit b3b1543
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ gem 'comma', '~> 3.0'
gem 'gchartrb', '~> 0.8.0', :require => 'google_chart'
gem 'hpricot', '~> 0.8.2'
gem 'paperclip', '~> 2.3.1'
gem 'cocaine', '0.3.2'
gem 'vpim-rails', :git => "https://github.com/osbridge/vpim-rails.git", :require => 'vpim/icalendar'
gem 'action_mailer_tls', '~> 1.1.3'
gem 'nokogiri', '~> 1.5.10'
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ GEM
xpath (~> 1.0.0)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
climate_control (0.0.3)
activesupport (>= 3.0)
cocaine (0.5.1)
climate_control (>= 0.0.3, < 1.0)
cocaine (0.3.2)
coderay (1.0.9)
color (1.4.2)
columnize (0.3.6)
Expand Down Expand Up @@ -285,6 +282,7 @@ DEPENDENCIES
capistrano
capistrano-ext
capybara (~> 2.0.0)
cocaine (= 0.3.2)
color
comma (~> 3.0)
coveralls
Expand Down

0 comments on commit b3b1543

Please sign in to comment.