Skip to content

Commit

Permalink
rename axlsx_rails gem to caxlsx_rails (#246)
Browse files Browse the repository at this point in the history
Removes a deprecation warning: the gem has been renamed to match other gems in the Axlsx community organization.

See https://github.com/caxlsx/caxlsx_rails/blob/master/README.md
  • Loading branch information
frankieroberto committed Jan 31, 2020
1 parent d5a58dc commit 65734cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion psd-web/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "will_paginate", "~> 3.2" # Must be laoded before elasticsearch gems

gem "aws-sdk-s3", "1.60.1"
gem "axlsx", git: "https://github.com/randym/axlsx.git", ref: "c593a08"
gem "axlsx_rails"
gem "caxlsx_rails", "~> 0.6.2"
gem "cf-app-utils"
gem "draper"
gem "elasticsearch", "6.8.0"
Expand Down
8 changes: 4 additions & 4 deletions psd-web/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
aws-eventstream (~> 1.0, >= 1.0.2)
axlsx_rails (0.6.1)
actionpack (>= 3.1)
caxlsx (>= 3.0)
backport (1.1.2)
brakeman (4.7.2)
builder (3.2.4)
Expand All @@ -116,6 +113,9 @@ GEM
mimemagic (~> 0.3)
nokogiri (~> 1.10, >= 1.10.4)
rubyzip (>= 1.3.0, < 3)
caxlsx_rails (0.6.2)
actionpack (>= 3.1)
caxlsx (>= 3.0)
cf-app-utils (0.6)
childprocess (3.0.0)
coderay (1.1.2)
Expand Down Expand Up @@ -482,11 +482,11 @@ DEPENDENCIES
awesome_print
aws-sdk-s3 (= 1.60.1)
axlsx!
axlsx_rails
brakeman
byebug
capybara
capybara-screenshot
caxlsx_rails (~> 0.6.2)
cf-app-utils
coveralls
database_cleaner
Expand Down

0 comments on commit 65734cf

Please sign in to comment.