mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
Merge pull request #5100 from scinote-eln/ma_SCI_8006
Update QR generator gem [SCI-8006]
This commit is contained in:
commit
a60d2b8106
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -75,7 +75,7 @@ gem 'rails_autolink', '~> 1.1', '>= 1.1.6'
|
||||||
gem 'rgl' # Graph framework for project diagram calculations
|
gem 'rgl' # Graph framework for project diagram calculations
|
||||||
gem 'roo', '~> 2.8.2' # Spreadsheet parser
|
gem 'roo', '~> 2.8.2' # Spreadsheet parser
|
||||||
gem 'rotp'
|
gem 'rotp'
|
||||||
gem 'rqrcode' # QR code generator
|
gem 'rqrcode', '~> 2.0' # QR code generator
|
||||||
gem 'rubyzip'
|
gem 'rubyzip'
|
||||||
gem 'scenic', '~> 1.4'
|
gem 'scenic', '~> 1.4'
|
||||||
gem 'sdoc', '~> 1.0', group: :doc
|
gem 'sdoc', '~> 1.0', group: :doc
|
||||||
|
|
|
@ -536,10 +536,10 @@ GEM
|
||||||
nokogiri (~> 1)
|
nokogiri (~> 1)
|
||||||
rubyzip (>= 1.3.0, < 3.0.0)
|
rubyzip (>= 1.3.0, < 3.0.0)
|
||||||
rotp (6.2.0)
|
rotp (6.2.0)
|
||||||
rqrcode (1.2.0)
|
rqrcode (2.1.2)
|
||||||
chunky_png (~> 1.0)
|
chunky_png (~> 1.0)
|
||||||
rqrcode_core (~> 0.2)
|
rqrcode_core (~> 1.0)
|
||||||
rqrcode_core (0.2.0)
|
rqrcode_core (1.2.0)
|
||||||
rspec-core (3.10.1)
|
rspec-core (3.10.1)
|
||||||
rspec-support (~> 3.10.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-expectations (3.10.1)
|
rspec-expectations (3.10.1)
|
||||||
|
@ -745,7 +745,7 @@ DEPENDENCIES
|
||||||
rgl
|
rgl
|
||||||
roo (~> 2.8.2)
|
roo (~> 2.8.2)
|
||||||
rotp
|
rotp
|
||||||
rqrcode
|
rqrcode (~> 2.0)
|
||||||
rspec-rails (>= 4.0.0.beta2)
|
rspec-rails (>= 4.0.0.beta2)
|
||||||
rubocop (= 0.83.0)
|
rubocop (= 0.83.0)
|
||||||
rubocop-performance
|
rubocop-performance
|
||||||
|
|
Loading…
Reference in a new issue