Skip to content

Commit

Permalink
fix cocaine to a known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
john muhl committed Oct 14, 2012
1 parent 30b52e4 commit 105fc64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiant-clipped-extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.add_dependency "acts_as_list", "0.1.4"
s.add_dependency "paperclip", "~> 2.6.0"
s.add_dependency "uuidtools", "~> 2.1.2"
s.add_dependency "cocaine", "~> 0.3.2"

ignores = if File.exist?('.gitignore')
File.read('.gitignore').split("\n").inject([]) {|a,p| a + Dir[p] }
Expand Down

0 comments on commit 105fc64

Please sign in to comment.