diff --git a/Gemfile b/Gemfile index 9b8da43bd..8dcca1dac 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,7 @@ gem 'smart_listing' gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8' -gem 'spreadsheet_architect' +gem 'spreadsheet_architect', '~> 1.4.8' # https://github.com/westonganger/spreadsheet_architect/issues/14 gem 'apipie-rails' # For Markdown support in apipie diff --git a/Gemfile.lock b/Gemfile.lock index 259680f49..f8a50a1ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,9 +90,6 @@ GEM htmlentities (~> 4.3.1) nokogiri (>= 1.4.1) rubyzip (~> 1.0.0) - axlsx_styler (0.1.7) - activesupport (>= 3.1) - axlsx (~> 2.0) bcrypt (3.1.11) bindata (2.4.1) bindex (0.5.0) @@ -585,10 +582,10 @@ GEM rgeo (1.0.0) rgeo-geojson (2.0.0) rgeo (~> 1.0) - rodf (1.0.0) - activesupport (>= 3.0) - builder (>= 3.0) - rubyzip (>= 1.0) + rodf (0.3.7) + activesupport (>= 3.0, < 6.0) + builder (~> 3.0) + rubyzip (~> 1.0) rspec (3.5.0) rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) @@ -676,10 +673,9 @@ GEM jquery-rails kaminari (~> 0.17) rails (>= 3.2) - spreadsheet_architect (2.0.2) + spreadsheet_architect (1.4.8) axlsx (>= 2.0) - axlsx_styler (>= 0.1.7) - rodf (>= 1.0.0) + rodf (= 0.3.7) spring (2.0.2) activesupport (>= 4.2) spring-commands-rspec (1.0.4) @@ -828,7 +824,7 @@ DEPENDENCIES simple_form skylight smart_listing - spreadsheet_architect + spreadsheet_architect (~> 1.4.8) spring spring-commands-rspec therubyracer