authlogic-nicho 6.6
An unobtrusive ruby authentication library based on ActiveRecord.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (4):
            activemodel
            >= 5.2, < 7.2
          
          
            activerecord
            >= 5.2, < 7.2
          
          
            activesupport
            >= 5.2, < 7.2
          
          
            request_store
            ~> 1.0
          
    Development Dependencies (15):
            bcrypt
            ~> 3.1
          
          
            byebug
            ~> 10.0
          
          
            coveralls
            ~> 0.8.22
          
          
            minitest
            < 5.19.0
          
          
            minitest-reporters
            ~> 1.3
          
          
            mysql2
            ~> 0.5.2
          
          
            pg
            ~> 1.1.4
          
          
            rake
            ~> 13.0
          
          
            rubocop
            ~> 0.80.1
          
          
            rubocop-performance
            ~> 1.1
          
          
            scrypt
            >= 1.2, < 4.0
          
          
            simplecov
            ~> 0.16.1
          
          
            simplecov-console
            ~> 0.4.2
          
          
            sqlite3
            ~> 1.4.0
          
          
            timecop
            ~> 0.7
          
    