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

Update dependency to fix "private method 'select' called for" errors on some environments #4

Merged
merged 1 commit into from
Jan 28, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ekuseru.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.summary = %q{Export excel documents from Rails}

s.add_dependency 'rails', '>=3.0'
s.add_dependency 'spreadsheet', '>=0.6'
s.add_dependency 'spreadsheet', '~> 0.6.5.9'

end