add roo + awesome print
This commit is contained in:
parent
0e33efd61a
commit
268456d09f
3
Gemfile
3
Gemfile
@ -103,7 +103,7 @@ group :development do
|
||||
gem 'capistrano-bundler', '~> 1.1', require: false
|
||||
gem "capistrano-rvm", group: :development
|
||||
gem 'capistrano3-nginx', '~> 2.0', group: :development
|
||||
|
||||
gem "awesome_print"
|
||||
end
|
||||
|
||||
gem 'zip-zip'
|
||||
@ -114,3 +114,4 @@ gem 'axlsx', '3.0.0.pre'
|
||||
gem 'axlsx_rails'
|
||||
|
||||
gem 'mimemagic', "0.3.10"
|
||||
gem "roo"
|
||||
|
@ -63,6 +63,7 @@ GEM
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
airbrussh (1.3.3)
|
||||
sshkit (>= 1.6.1, != 1.7.0)
|
||||
awesome_print (1.9.2)
|
||||
axlsx (3.0.0.pre)
|
||||
htmlentities (~> 4.3, >= 4.3.4)
|
||||
mimemagic (~> 0.3)
|
||||
@ -270,6 +271,9 @@ GEM
|
||||
ffi (~> 1.0)
|
||||
regexp_parser (1.6.0)
|
||||
rmagick (4.2.2)
|
||||
roo (2.8.2)
|
||||
nokogiri (~> 1)
|
||||
rubyzip (>= 1.2.1, < 2.0.0)
|
||||
ruby-vips (2.0.14)
|
||||
ffi (~> 1.9)
|
||||
ruby_dep (1.5.0)
|
||||
@ -357,6 +361,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
acts_as_commentable
|
||||
acts_as_tree
|
||||
awesome_print
|
||||
axlsx (= 3.0.0.pre)
|
||||
axlsx_rails
|
||||
bcrypt (~> 3.1.7)
|
||||
@ -390,6 +395,7 @@ DEPENDENCIES
|
||||
rails (= 6.0.3.4)
|
||||
rails_autolink
|
||||
rmagick
|
||||
roo
|
||||
sass-rails (~> 5)
|
||||
searchkick
|
||||
selenium-webdriver
|
||||
|
Reference in New Issue
Block a user