add roo + awesome print

This commit is contained in:
Barnabé 2021-10-05 15:38:31 +02:00
parent 0e33efd61a
commit 268456d09f
2 changed files with 8 additions and 1 deletions

View File

@ -103,7 +103,7 @@ group :development do
gem 'capistrano-bundler', '~> 1.1', require: false gem 'capistrano-bundler', '~> 1.1', require: false
gem "capistrano-rvm", group: :development gem "capistrano-rvm", group: :development
gem 'capistrano3-nginx', '~> 2.0', group: :development gem 'capistrano3-nginx', '~> 2.0', group: :development
gem "awesome_print"
end end
gem 'zip-zip' gem 'zip-zip'
@ -114,3 +114,4 @@ gem 'axlsx', '3.0.0.pre'
gem 'axlsx_rails' gem 'axlsx_rails'
gem 'mimemagic', "0.3.10" gem 'mimemagic', "0.3.10"
gem "roo"

View File

@ -63,6 +63,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
airbrussh (1.3.3) airbrussh (1.3.3)
sshkit (>= 1.6.1, != 1.7.0) sshkit (>= 1.6.1, != 1.7.0)
awesome_print (1.9.2)
axlsx (3.0.0.pre) axlsx (3.0.0.pre)
htmlentities (~> 4.3, >= 4.3.4) htmlentities (~> 4.3, >= 4.3.4)
mimemagic (~> 0.3) mimemagic (~> 0.3)
@ -270,6 +271,9 @@ GEM
ffi (~> 1.0) ffi (~> 1.0)
regexp_parser (1.6.0) regexp_parser (1.6.0)
rmagick (4.2.2) rmagick (4.2.2)
roo (2.8.2)
nokogiri (~> 1)
rubyzip (>= 1.2.1, < 2.0.0)
ruby-vips (2.0.14) ruby-vips (2.0.14)
ffi (~> 1.9) ffi (~> 1.9)
ruby_dep (1.5.0) ruby_dep (1.5.0)
@ -357,6 +361,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
acts_as_commentable acts_as_commentable
acts_as_tree acts_as_tree
awesome_print
axlsx (= 3.0.0.pre) axlsx (= 3.0.0.pre)
axlsx_rails axlsx_rails
bcrypt (~> 3.1.7) bcrypt (~> 3.1.7)
@ -390,6 +395,7 @@ DEPENDENCIES
rails (= 6.0.3.4) rails (= 6.0.3.4)
rails_autolink rails_autolink
rmagick rmagick
roo
sass-rails (~> 5) sass-rails (~> 5)
searchkick searchkick
selenium-webdriver selenium-webdriver