Skip to content

Commit

Permalink
No longer need rqrcode-rails3; use rqrcode library directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Feb 27, 2020
1 parent f3e9cd3 commit a9c02a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gem 'turbolinks'

gem 'devise'
gem 'devise-two-factor', path: '../'
gem 'rqrcode-rails3'
gem 'rqrcode'
4 changes: 1 addition & 3 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ GEM
rqrcode (1.1.2)
chunky_png (~> 1.0)
rqrcode_core (~> 0.1)
rqrcode-rails3 (0.1.7)
rqrcode (>= 0.4.2)
rqrcode_core (0.1.1)
sass (3.2.19)
sass-rails (4.0.5)
Expand Down Expand Up @@ -169,7 +167,7 @@ DEPENDENCIES
devise-two-factor!
jquery-rails
rails (= 4.2.11)
rqrcode-rails3
rqrcode
sass-rails (~> 4.0.3)
sqlite3 (~> 1.3.6)
turbolinks
Expand Down

0 comments on commit a9c02a4

Please sign in to comment.