增加EXCEL相关的gem

This commit is contained in:
sw 2015-01-10 16:06:33 +08:00
parent 666facd483
commit 477f480175
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ gem "coderay", "~> 1.0.6"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", "3.0.0"
gem 'acts-as-taggable-on', '2.4.1'
gem 'spreadsheet'
gem 'ruby-ole'
group :development do
gem 'better_errors', path: 'lib/better_errors'