update rqrcode to 1.1.2
This commit is contained in:
parent
813e6d4781
commit
bd7feb83a6
2 changed files with 5 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -29,7 +29,7 @@ gem "json-schema", "2.8.1"
|
||||||
gem "devise", "4.7.1"
|
gem "devise", "4.7.1"
|
||||||
gem "devise-two-factor", "3.0.3"
|
gem "devise-two-factor", "3.0.3"
|
||||||
gem "devise_lastseenable", "0.0.6"
|
gem "devise_lastseenable", "0.0.6"
|
||||||
gem "rqrcode", "0.10.1"
|
gem "rqrcode", "1.1.2"
|
||||||
|
|
||||||
# Captcha
|
# Captcha
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -620,8 +620,10 @@ GEM
|
||||||
railties (>= 4.2.0, < 6.0)
|
railties (>= 4.2.0, < 6.0)
|
||||||
rexml (3.2.4)
|
rexml (3.2.4)
|
||||||
rotp (2.1.2)
|
rotp (2.1.2)
|
||||||
rqrcode (0.10.1)
|
rqrcode (1.1.2)
|
||||||
chunky_png (~> 1.0)
|
chunky_png (~> 1.0)
|
||||||
|
rqrcode_core (~> 0.1)
|
||||||
|
rqrcode_core (0.1.2)
|
||||||
rspec (3.9.0)
|
rspec (3.9.0)
|
||||||
rspec-core (~> 3.9.0)
|
rspec-core (~> 3.9.0)
|
||||||
rspec-expectations (~> 3.9.0)
|
rspec-expectations (~> 3.9.0)
|
||||||
|
|
@ -905,7 +907,7 @@ DEPENDENCIES
|
||||||
redcarpet (= 3.5.0)
|
redcarpet (= 3.5.0)
|
||||||
redis (= 3.3.5)
|
redis (= 3.3.5)
|
||||||
responders (= 2.4.1)
|
responders (= 2.4.1)
|
||||||
rqrcode (= 0.10.1)
|
rqrcode (= 1.1.2)
|
||||||
rspec-json_expectations (~> 2.1)
|
rspec-json_expectations (~> 2.1)
|
||||||
rspec-rails (= 3.9.1)
|
rspec-rails (= 3.9.1)
|
||||||
rubocop (= 0.80.1)
|
rubocop (= 0.80.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue