Hack rubyzip version from Gemfile.lock, then install spreadsheet_architect

This commit is contained in:
JC 2016-11-07 14:07:34 +01:00
parent 511cabf95a
commit 8fe92b1465
2 changed files with 16 additions and 2 deletions

View file

@ -86,6 +86,7 @@ gem "smart_listing"
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8' gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8'
gem 'as_csv' gem 'as_csv'
gem 'spreadsheet_architect'
gem 'apipie-rails', '=0.3.1' gem 'apipie-rails', '=0.3.1'
gem "maruku" # for Markdown support in apipie gem "maruku" # for Markdown support in apipie

View file

@ -62,6 +62,10 @@ GEM
autoprefixer-rails (5.2.1) autoprefixer-rails (5.2.1)
execjs execjs
json json
axlsx (2.0.1)
htmlentities (~> 4.3.1)
nokogiri (>= 1.4.1)
rubyzip (~> 1.0.0)
bcrypt (3.1.11) bcrypt (3.1.11)
bindata (2.1.0) bindata (2.1.0)
binding_of_caller (0.7.2) binding_of_caller (0.7.2)
@ -294,6 +298,7 @@ GEM
haml (~> 4.0.0) haml (~> 4.0.0)
nokogiri (~> 1.6.0) nokogiri (~> 1.6.0)
ruby_parser (~> 3.5) ruby_parser (~> 3.5)
htmlentities (4.3.4)
http-cookie (1.0.2) http-cookie (1.0.2)
domain_name (~> 0.5) domain_name (~> 0.5)
httpclient (2.6.0.1) httpclient (2.6.0.1)
@ -437,6 +442,10 @@ GEM
rgeo (0.3.20) rgeo (0.3.20)
rgeo-geojson (0.3.1) rgeo-geojson (0.3.1)
rgeo (~> 0.3) rgeo (~> 0.3)
rodf (0.3.7)
activesupport (>= 3.0, < 6.0)
builder (~> 3.0)
rubyzip (~> 1.0)
rspec (3.2.0) rspec (3.2.0)
rspec-core (~> 3.2.0) rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0) rspec-expectations (~> 3.2.0)
@ -473,7 +482,7 @@ GEM
sexp_processor (~> 4.0) sexp_processor (~> 4.0)
ruby_parser (3.7.0) ruby_parser (3.7.0)
sexp_processor (~> 4.1) sexp_processor (~> 4.1)
rubyzip (1.1.7) rubyzip (1.0.0)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.22) sass (3.4.22)
sass-rails (5.0.6) sass-rails (5.0.6)
@ -510,6 +519,9 @@ GEM
jquery-rails jquery-rails
kaminari (~> 0.16.1) kaminari (~> 0.16.1)
rails (>= 3.2) rails (>= 3.2)
spreadsheet_architect (1.4.6)
axlsx (>= 2.0)
rodf (>= 0.3.6)
spring (1.3.6) spring (1.3.6)
spring-commands-rspec (1.0.4) spring-commands-rspec (1.0.4)
spring (>= 0.9.1) spring (>= 0.9.1)
@ -641,6 +653,7 @@ DEPENDENCIES
shoulda-matchers shoulda-matchers
simplecov simplecov
smart_listing smart_listing
spreadsheet_architect
spring spring
spring-commands-rspec spring-commands-rspec
therubyracer therubyracer
@ -654,4 +667,4 @@ DEPENDENCIES
will_paginate-bootstrap will_paginate-bootstrap
BUNDLED WITH BUNDLED WITH
1.12.5 1.13.6